Good afternoon everyone,
I hope someone can help me out, I tried searching before posting but couldn't find an answer.
I created a htpasswd file and added the code to my htaccess file but every time I go to a page, it asks for the log in, after I've logged in. The username/password never gives an error and if I click the cancel button on the log in form, it goes away and I can view the page. I was just wondering why it's asking me to always log in.
My code is as follows:
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /path/to/.htpasswd
require valid-user
Thanks for your help,
Joe