Hello Chris,
Alle Verzeichnisse und Dateien, deren Name mit "header" beginnt, werden im Index nicht angezeigt. Aus der Konfiguration (httpd.conf und httpd-vhost.conf) geht aber nur hervor, dass ".ht"-Namen ausgeblendet sind und gesperrt sind für HTTP-Zugriffe.
Woran kann das denn jetzt noch liegen?
Ich würde auf IndexIgnore tippen …
Danke.
Das ist es.
# IndexIgnore is a set of filenames which directory indexing should ignore
# and not include in the listing. Shell-style wildcarding is permitted.
#
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
Die Konfiguration dazu steht in
C:\Programme\xampp\apache\conf\extra\httpd-autoindex.conf
und wird in der httpd.conf durch include dazugeladen.
# Fancy directory listings
Include conf/extra/httpd-autoindex.conf
Muss man erstmal drauf kommen :-)
BTW: unsere HiLighting-Regeln hier für Apache und MySQL sind aber irgendwie merkwürdig :-O
Liebe Grüße aus dem schönen Oberharz
Tom vom Berg