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

Re: [cobalt-users] directory permissions



In the /home/sites directory, put an .htaccess file that contains:
Options -Indexes

That disables directory browsing for the whole server. There's probably
another "official" way to do it in a config file somewhere, but this worked
for me.

~ Chris Calabrese

> I just found out that after a Cobalt update on our RaQ3 the directory
> permissions have been changed, so that e.g. you get the directory listing
of
> an empty folder instead of the "Forbidden" message.
>
> Now I want to change the permissions again to that configuration, where
> anyone can read the index.html, etc. when accessing all newly created
> folders, but will get the Forbidden message if that file is missing - I
> think 711 would be fine for that.
>
> Can anyone tell me, how to do that?
>
> Thanks :))
>
> - Stephan