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

[cobalt-users] .htaccess problem on RAQ3



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