tommy: APACHE CONF start von index.html oder index.cgi ...

Beitrag lesen

Hallo !

In der Konfigurationsdatei httpd.conf findest Du:

<IfModule mod_dir.c>
    DirectoryIndex index.html
    DirectoryIndex index.htm
    DirectoryIndex index.php
    DirectoryIndex index.php3
    DirectoryIndex default.html
    DirectoryIndex default.htm

</IfModule>

Gruß tommy