hab mal in meiner httpd.conf nachgesehen und folgendes gefunden:
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory "D:/web">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
und noch
# FancyIndexing is whether you want fancy directory indexing or standard
#
IndexOptions FancyIndexing
gibts da keine doku auf apache.org ??
gruss
tobi