Here is the .htaccess file
AuthUserFile /home/xxxxxx/.htpasswd
AuthGroupFile /dev/null
AuthName "Journal of Environmental Hydrology"
AuthType Basic
<limit GET>
satisfy any
order deny,allow
deny from all
allow from 63.76.22.2
allow from 130.116.16.
allow from 130.116.17.
allow from 130.116.18.
allow from 130.116.19.
allow from 144.110.16.
allow from 144.110.17.
allow from 144.110.18.
allow from 144.110.19.
allow from 140.253.201.
allow from 152.83.56.
allow from 152.83.57.
allow from 152.83.58.
allow from 152.83.59.
allow from 152.83.176.
allow from 152.83.177.
allow from 152.83.178.
allow from 152.83.179.
allow from 144.110.36.
require valid-user
</limit>
All .htpasswd can get access.
BUT, HERE IS THE PROBLEM....
Some of the IPs can get access, some say they can't.
Any real smart Apache gurus out there that can suggest why this might be happening?
And its not my host, so please don't ask me to ask my host.
Thanks,
Dadpups
AuthUserFile /home/xxxxxx/.htpasswd
AuthGroupFile /dev/null
AuthName "Journal of Environmental Hydrology"
AuthType Basic
<limit GET>
satisfy any
order deny,allow
deny from all
allow from 63.76.22.2
allow from 130.116.16.
allow from 130.116.17.
allow from 130.116.18.
allow from 130.116.19.
allow from 144.110.16.
allow from 144.110.17.
allow from 144.110.18.
allow from 144.110.19.
allow from 140.253.201.
allow from 152.83.56.
allow from 152.83.57.
allow from 152.83.58.
allow from 152.83.59.
allow from 152.83.176.
allow from 152.83.177.
allow from 152.83.178.
allow from 152.83.179.
allow from 144.110.36.
require valid-user
</limit>
All .htpasswd can get access.
BUT, HERE IS THE PROBLEM....
Some of the IPs can get access, some say they can't.
Any real smart Apache gurus out there that can suggest why this might be happening?
And its not my host, so please don't ask me to ask my host.
Thanks,
Dadpups