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

RE: [cobalt-users] [Raq3] .htaccess question



> 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