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

[cobalt-users] RAQ3: Authorization problem with .htaccess



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