"Option FollowSymLinks not allowed here" For All Domains Moved To New DA Server
[Sun Jan 01 12:21:16 2012] [alert] [client 123.45.67.89] /home/xxxxxxxx/domains/xxxxxxxxxxxxxxxxxxxxxxxx.com/public_html/.htaccess: Option FollowSymLinks not allowed here
So we're seeing this on every single domain moved last night to a new DA server running the latest release with the latest Apache and PHP 5.2.17 with suphp.
the only fix so far is to edit every single domain's custom HTTPD configuration in DA and add:
Has anyone had this problem? If there is something we can do to fix this for all 300 domains without having to edit each custom HTTPD conf by hand (back to mod php maybe?) it would be an immense help.
[Sun Jan 01 12:21:16 2012] [alert] [client 123.45.67.89] /home/xxxxxxxx/domains/xxxxxxxxxxxxxxxxxxxxxxxx.com/public_html/.htaccess: Option FollowSymLinks not allowed here
So we're seeing this on every single domain moved last night to a new DA server running the latest release with the latest Apache and PHP 5.2.17 with suphp.
the only fix so far is to edit every single domain's custom HTTPD configuration in DA and add:
Code:
<Directory /home/xxxxxxxx/domains/xxxxxxxxxxxxxxxxxxxxxxxx.com/public_html>
AllowOverride All
</Directory>
<Directory /home/xxxxxxxx/domains/xxxxxxxxxxxxxxxxxxxxxxxx.com/private_html>
AllowOverride All
</Directory>
Has anyone had this problem? If there is something we can do to fix this for all 300 domains without having to edit each custom HTTPD conf by hand (back to mod php maybe?) it would be an immense help.