Web Hosting Talk







View Full Version : Apache Config -- Option Indexes


phpjames
02-11-2002, 12:11 AM
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.

priyadi
02-11-2002, 07:35 AM
I think it is correct, but there could be another commands overriding that. Try looking for another 'Options' directive in your httpd.conf.