[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] [Raq3] .htaccess question
- Subject: RE: [cobalt-users] [Raq3] .htaccess question
- From: "John Cordeiro" <jcordeiro@xxxxxxxx>
- Date: Mon Oct 23 19:17:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Here is a listing of my .htaccess file which is located in
> /home/sites/home/users/admin/web/test
>
> AuthName Test
> AuthType Basic
> AuthUserFile /home/sites/home/users/admin/web/test/.htpasswd
> require valid-user
>
>
change the AuthUserFile to /home/sites/home/users/admin/.htpasswd
and place the .htaccess in the test directory.
Also make sure you have a line Auth_pam off
and you should be good.
John Cordeiro