Page 1 of 1

Re: error 404 und Options not allowed here

Posted: Sun Nov 16, 2014 11:10 am
by Thorsten
Hi,

dein Apache erlaubt keine "Options" in der .htaccess Datei. In der httpd.conf muss das in etwa so aussehen:

Code: Select all

<Directory /var/www/>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order allow,deny
    allow from all
</Directory>
bye
Thorsten