Need Security Help Immediate
Aight folks I got a problem, and I am sure you will all know the correct way to get around it. I am loading a .htaccess and .htpasswd file to my site and this is how my .htaccess file looks:
AuthUserFile http://www.mydomainname.com/pwserver/.htpasswd
AuthGroupFile /dev/null
AuthName access
AuthType Basic
<Limit GET>
require user user name
</Limit>
Then, my password is encrypted using this site: Password Encryption
http://www.euronet.nl/~arnow/htpasswd/
So I am loading my password file in to the pwserver folder. However when I put a page in the folder with my .htaccess file and then try to surf to it I get the page with the prompt but no matter how many times I try with the username and password it won't let me access the page. What am I doing wrong.
.htpasswd
username:encryption key
Please Help Thanks