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

Re: [cobalt-users] .htaccess



> 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