Hi all
Has anyone managed to get autoindex to work on apache?
After loading the module (its done by default, and definitely exists) I have
<Directory />
Options +Indexes
AllowOverride All
Order deny,allow
Allow from all
</Directory>
as a test, but still it wont generate an index for me ( I get "You don't have
permission to access / on this server.")
Thoughts?