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

Re: [cobalt-users] .htaccess - directory browsing options



> I am trying to stop directory browsing for a single client on a RAQ4r.
> I have created a .htaccess file with the following contents
>
> #Access file
> Options -Indexes
>
> Whenever I try and put this in the /web directory I am getting an internal
> server error.

You have to put AllowOverrides On (or something like that) in httpd.conf 
within the virtual site container.  By default, the RaQ is set up to 
ignore/disallow .htaccess files which change settings.