My htaccess file looks something like this:
AuthName "Name"
AuthType Basic
AuthUserFile BASEDIR/.htpasswd
Require valid-user
Whenever I enter the password, it takes the second try to get in. Also, after accessing the directory, the password protected dialog box does not show up anymore. I tried disabling cookies, but that didn't work either. Anyone know what's the problem and how I can fix it so that it asks for the password everytime I try to access the directory?