I'm trying to get .htaccess working for password protection and have the password popup coming up but even though I enter the correct username and password, it won't accept it. Here is what my .htaccess file looks like.
AuthUserFile /pathtopasswords/.htpasswd
AuthType Basic
AuthName "Password Required"
require valid-user