PDA

View Full Version : Allowing Directory listing for certain directories...



chasjs
07-18-2008, 12:42 PM
I am trying to set up password protected directories for one domain and I would like to allow directory listing for those directories. Right now the settings are such that if index.html is not in the directory your get a forbidden error.

Is there a way to change the permissions using directadmin so the certain folders would allow directory listing?

Thanks.

chatwizrd
07-18-2008, 12:45 PM
You can create a .htaccess file in that folder you want to have listings and add the following line:




options +indexes

chasjs
07-18-2008, 12:55 PM
Chatwizard:

Thanks. That did the trick.