PDA

View Full Version : Shared Cert Directory Indexing


NoahM
03-02-2005, 07:47 PM
Is there a way to turn off directory indexing for a directory that resides in the default FQ shared cert directory?

i.e. I have directory indexing turned off at the site level (using CNC) and I can still see the directory in a browser when the directory is under the shared cert default directory.

hobbes
03-03-2005, 11:04 AM
Noah - You should be able to add a .htaccess in the Secure_Server directory to disable indexing. Something along the lines of: Options -Indexes

NoahM
03-03-2005, 12:04 PM
Thanks for the reply hobbes. I was avoiding using a .htaccess password because the directory is being accessed by another server, but I was able to get around this and just used a password to lock down the directory.