Apache -Directory Index

gemuse

Active Member
Hi!
Eigentlich hab ich keine direkte Frage zu freebsd, jedoch zu meinem Apache der unter FreeBSD läuft....

Ich will, dass wenn ich localhost öffne in meinem Browser, nicht irgendeine index.xxx automatisch geladen wird, sondern ich im Verzeichnis des Webservers bin.

Hab dazu in der httpd.conf

alle Index Dateien im Menüpunkt Directory Index entfernt, der sieht so aus:

<IfModule mod_dir.c>
<IfModule mod_php3.c>
<IfModule mod_php4.c>
DirectoryIndex
</IfModule>
<IfModule !mod_php4.c>
DirectoryIndex
</IfModule>
</IfModule>
<IfModule !mod_php3.c>
<IfModule mod_php4.c>
DirectoryIndex
</IfModule>
<IfModule !mod_php4.c>
DirectoryIndex
</IfModule>
</IfModule>
</IfModule>


hab also hinter jedem DirectoryIndex einfach die Dateien entfernt, leider wird aber immernoch die index.html im Webserver geladen, woran kann das liegen?

hope4help :)

gruß
gemuse
 
Zurück
Oben