[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Disable directory browsing



> Hi all, may I know is there another way to set a default directory
> permission so that directory permission is disabled ?

Either drop an .htaccess file in the web root of the site's directory
with:
Options -Indexes

or search the archives for directory browsing (and any other ways of
stating that term that you can think of).
You'll have to make a small change to access.conf.

CarrieB