Quote:
|
Originally Posted by ThatGuyInTheCorner
OK Thanks...
Just one final Q.
The addition of
<Limit GET POST>
order deny,allow
deny from all
allow from xxx.xxx.xxx.
</Limit>
Will not affect a registered subscribers ability to enter ?
TIA
|
You can also try
Satisfy Any
AuthType Basic
AuthName "Members Area"
AuthUserFile /pathonyourservertothe.htpasswdfile
AuthGroupFile /dev/null
<Limit GET POST>
require valid-user
order deny,allow
deny from all
allow from ipnumber
</Limit>
I had this working both useraccess and ip access worked.