Wenn man im Error-Log von Plesk bei der Fehlersuche auf einen Eintrag wie „Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden“ stößt, dann hat man Probleme in der Konfigurationsdatei des Internetservers Apache.

Das kann aber leicht behoben werden:

  • Öffnen Sie die Apache-Konfigurationsdatei unter /etc/apache2/mods-enabled/dir.conf/etc/apache2/mods-enabled/dir.conf oder /etc/httpd/mods-enabled/dir.conf (das ist providerspezifisch) und suchen die Zeile, die mit „DirectoryIndex“ beginnt.
  • In der Zeile könnte beispielsweise stehen: „DirectoryIndex at_domains_index.html index.html index.cgi index.pl index.php index.xhtml index.htm index.shtml index.cfm
  • Ändern Sie die Zeile so, dass die index.php vor der index.pl steht: „DirectoryIndex at_domains_index.html index.html index.cgi index.php index.pl index.xhtml index.htm index.shtml index.cfm

Dann abspeichern, und das Problem sollte erledigt sein.