I'm trying the hello world script to see if symlinks are working. (Getting a fatal error failed opening required defines.php)...
so my main root is:
/var/www/vhosts/mysite.com/httpdocs
When putting hello.php in the above directory, it states symlinks are not present.
However, when I put the hello world script in /var/www/vhosts/mysite.com/httpdocs/multisites (the multisites subdirectory), then it says that symlinks work. It also says it works in the multisites/slave1 subdirectory
so...I'm not 100% sure how to proceed from here, but the mappings give me 500 server errors like the sym links aren't working...
Here's the result from the primary webstie directory:
Code: |
The current path is "/var/www/vhosts/mysite.com/httpdocs"
Error : Unable to create the file /var/www/vhosts/mysite.com/httpdocs/symlink_file4ea57c1e492f3.txt
Probably you will need to used the Joomla FTP Layer and the Symbolic Links will be forbidden
|
(FTP layer is enabled)...
And the result from the slave subdirectory:
Code: |
The current path is "/var/www/vhosts/mysite.com/httpdocs/multisites/slave1"
Symbolic Link is PRESENT
|