[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] .htaccess
- Subject: Re: [cobalt-users] .htaccess
- From: "Simon Browning" <mail@xxxxxxxxxxxxx>
- Date: Thu Dec 7 06:05:27 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I want to protect a directory for a client.
> And I want to use the normal password (admin page)
>
> I get an internal server error.
This is the .htaccess file I'm using for password protection which works
okay:
# Access file
order allow,deny
allow from all
require valid-user
Authname Secure
AuthPAM_Enabled off
Authtype Basic
AuthUserFile /path-to/.htpasswd