|
well, i see it works fine.
i see two problems
your .htaccess file is the strangest i have come across that uses
an allow ip structure..
allow ip
allow ip
allow ip
deny
so basically if a surfers ip is not in here, he is denied access to members section ( so i assume you have some sorta software that adds these ip's)
so i go to 2nd problem and most likely culprit
AuthUserFile /usr/home/blah/blah/blah/blah/blah/password/.htpasswd
this is invalid path, so therefor it has nothing to authenticate
|