Eric: virtuelle Webserver (Apache 2.0)

Beitrag lesen

Hi Christoph,

vielen Dank für deine Hilfe..

Wo finde ich (options +indexes)?
Lies dir bitte mal http://httpd.apache.org/docs-2.0/mod/core.html#options durch.

Dies hat funktioniert...
Ich hab folgendes geändert:
von...

<Directory />
    Options FollowSymLinks
    AllowOverride all
</Directory>

auf...
<Directory />
    Options All
    AllowOverride all
</Directory>

Gruß Eric