|
Did you actually encrypt/hash the password?
Also note that going to your password protected URL with or without the WWW can often cause you to have to enter it twice, depending on the server configuration.
The fact that you are getting an authorization challenge at all means you are working, it is just a matter of finding out what is wrong with the user.
Also, in your htaccess, are you using require valid-user (which works for anybody in the htpasswd), or require username for individual user access only?
|