Artikel Download media/files_public/ wirft einen Fehler 404 aus.

Das Problem kann an den fehlenden Einstellung in der httpd.conf symbolic links auftreten

<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>

<Directory "/archive/www/html">
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

in der .htacces folgenden Eintrag hinterlegen

SymlinksOptions +FollowSymlinks

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht.

*

code