Using a clean 5.1 install, I was able to add a sites folder and it successfully reads it. A second sites folder returns a blank page.

The install is sitting at the root of my public folder including the .htaccess file. The working sites folder is

sites/my.ip.address/

Adding a subfolder with symlink at the root and a new db results in a blank page.

sites/my.ip.address.new/

ln -s /full/path/to/public/ new

Pointing the browser to the page, I end up in http://my.ip.address/new/ and it's completely blank.

I've had this working on my local machine with no issues at all. Any pointers would be appreciated.

Comments

aether’s picture

Jeff Tomlinson

Herbt’s picture

Thanks! The big obvious thing that I missed was the problem.

I shouldn't start these things so early in the morning :)