[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RAQ3: Authorization problem with .htaccess
- Subject: [cobalt-users] RAQ3: Authorization problem with .htaccess
- From: "Gilles Dumangin" <gilles.dumangin@xxxxxxxxxxxxxxxx>
- Date: Mon Jan 8 17:56:06 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
I have a problem with htaccess on my server.
I have a .htaccess as follows in one directory:
AuthUserFile /home/sites/site22/ht/.htpasswd
AuthGroupFile /dev/null
AuthName "Entrez votre mot de passe"
AuthType Basic
<Limit GET>
require user gilles
</Limit>
then I have used
/usr/sbin/htpasswd -c .htpasswd gilles
in my /home/sites/site22/ht directory
The authorization fails everytime. I am probably doing something wrong, but
I can't picture what.... Can anybody help?
Thanks
Gilles