[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] .htaccess problem on RAQ3
- Subject: [cobalt-users] .htaccess problem on RAQ3
- From: "Danny Daniels" <dcd@xxxxxxxxxxxxxxxxxx>
- Date: Tue May 15 03:16:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I just created an .htaccess file with the follwoing syntax. It appears to be
working as advertised with one exception.
If I choose to cancel the authentication window and then choose back then
forward on my browser I gain temorary access to the protected directory ??
How can this be provented / fixed ??
order allow,deny
allow from all
require valid-user
AuthName "Restricted Access"
Authtype Basic
AuthPam_Enabled off
AuthGroupFile /dev/null
AuthUserFile /home/sites/site3/users/.htpasswd
-Danny
dcd@xxxxxxxxxxxxxxxxxx