Apache Config -- Option Indexes
I want to enable option indexes throughout my server.Is this correct to add to my httpd.conf file:
<Directory />
Options +Indexes FollowSymLinks
AllowOverride None
</Directory>
Is this correct? It doesnt seem to be working.