[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
R: [cobalt-users] How do I create the .htaccess?
- Subject: R: [cobalt-users] How do I create the .htaccess?
- From: "GSS Software" <gss@xxxxxxxxxxxxxxx>
- Date: Mon Apr 24 14:18:48 2000
I created .htaccess and .htpasswd following previous messages in this
mailing list but the system always answer "Authorization Failed". Why?
----- Original Message -----
From: Julien Macquart <jm@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, April 19, 2000 11:10 AM
Subject: RE: [cobalt-users] How do I create the .htaccess?
> Just edit a new file called .htaccess, in which you put the path of your
> .htpasswd file. The typical .htaccess file is :
>
> AuthPAM_Enabled off
> AuthUserFile <path of your .htpasswd file>
> AuthGroupFile /dev/null <if there is no group to add in authentification>
> AuthName <the name you want to give to your authentification window>
> AuthType Basic
> <Limit GET POST>
> require valid-user
> </Limit>