Index

Apache, Lighttpd, nginx, Cherokee
Post Reply
fremd
Posts: 105
Joined: 2002-06-21 16:23
 

Index

Post by fremd »

Hallo,

hab einen Rootserver Start und damit nen kleines Problem. Wenn ich einen Kunden anlege und der Kunde eine index.htm hochlaedt findet der die Site net macht der Kunde index.html gehts.

Kann man das umstellen dass er auf beides reagiert? Wenn ja wo?


Uli
arty
Userprojekt
Userprojekt
Posts: 729
Joined: 2002-06-12 10:11
Contact:
 

Re: Index

Post by arty »

httpd.conf:

Code: Select all

<IfModule mod_dir.c>
    DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3
</IfModule>
bye
arty
Post Reply