Index Protection ?

max2000

Verified User
Joined
Nov 7, 2004
Messages
141
Location
Europe
Hello,

I have some customers complaining about the followting problem:

When a customer enter the URL :

http://www.domain.com/folder

He can't see the content of the folder. He has a Forbidden messages.

Can I modify some setting to make it possible to see the folder content?

Thank you for your help :-)

(in cPanel this is called "Index Protection" and it can be activated or disabled at user level)
 
You can do it server wide by modifying the main httpd.conf and changing the "Options -Indexes" to "Options +Indexes" where you want.

You can do it on a per directory basis with these instructions:
http://help.directadmin.com/item.php?id=22

And I also believe you could do it on a domain basis by modifying that users httpd.conf file through Directadmin and overiding the defaults in the main httpd.conf (provided you are allowed to do so with the Options/Indexes directive in the main httpd.conf)
 
Back
Top