Die standardmäßig von Systemen auf PHP Basierende installierte .htaccess-Datei setzt die Option FollowSymLinks:

# Follow symbolic links in this directory.
Options +FollowSymLinks


Diese Einstellung stellt ein Sicherheitsrisiko dar und ist deshalb auf Ihrem Webspace nicht erlaubt. Verwenden Sie statt dessen die Option SymLinksIfOwnerMatch:

# Follow symbolic links in this directory.
Options +SymLinksIfOwnerMatch