[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] .htaccess - directory browsing options
- Subject: Re: [cobalt-users] .htaccess - directory browsing options
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Fri Sep 26 08:20:59 2003
- Organization: BRTNet.org
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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.