I tried those two files and it works fine for me, i get the password prompt.
Make sure you have the AuthUserFile path set right, or just leave it out completely.
a safer way would be
Code:
AuthName "Restricted Area"
AuthType Basic
AuthUserFile .htpasswd
require valid-user
If you use a path remember it is a full path not relative.
ie "AuthUserFile /members/files/.htpasswd" is incorrect
"AuthUserFile /hosted/subs/ulmb/....../members/files/.htpasswd" is correct.