Stößt man in Plesk 11.5 in
/var/www/vhosts/domainname/statistics/logs/error_log
auf den Fehler
Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden
gibt es eine sehr einfache Abhilfe:
- /etc/apache2/mods-enabled/dir.conf im Texteditor öffnen (auf manchen Systemen auch /etc/httpd/mods-enabled/dir.conf)
- tausche in der Zeile die mit DirectoryIndex beginnt die Wörter index.pl und index.php
- fertig.
Also z.B. vorher:
DirectoryIndex at_domains_index.html index.html index.cgi index.pl index.php index.xhtml index.htm index.shtml index.cfm
nachher:
DirectoryIndex at_domains_index.html index.html index.cgi index.php index.pl index.xhtml index.htm index.shtml index.cfm