Forum Moderators: phranque
When they click on members link, they get a pop box asking for username/password. If they enter invalid user, they can't get in. But if they enter in blank for both username & password they can get in.
Funny thing is i have tested this on another domain using same basically same .htaccess code located on same server and works there just fine.
My .htaccess file:
AuthType Basic
AuthName "Members Only"
AuthUserFile /home/hourt/public_html/access/data/.htpasswd
Require valid-user
I have tried following:
1. Is the location of the .htpasswrd correct? Yes otherwise wouldn't be working for valid users.
2. Tried rebooting server from WHM. I suppose that should have rebooted apache.
I have around 1500 users in my .htpasswd file. I'm not sure if that could be causing the problem though i heard there are limits with .htaccess.
Any help will be appreciated