i've used autoindex before, so i'm probably missing something obvious here.
mandrake 10.1o
apache2.0
__
i have:
LoadModule autoindex_module /modules/mod_autoindex.so
in httpd2.conf
and:
<Directory /foo>
Allow from all
</Directory>
i can use html pages in that directory of course, but what have i missed to allow autoindex?
i've tried
Options Indexes
AllowOverride Indexes
and many others just for kicks
but i always get "Forbidden"
log shows "Directory index forbidden by rule:"
someone please tell me where this rule is