Forum Moderators: phranque
I used this:
<Limit GET POST>
order deny,allow
deny from all
allow from ***.***.**.*
</Limit>
But it denies me access as well
then used this:
RewriteEngine on
RewriteCond %{REMOTE_ADDR}!^***\.***\.**\.**$
RewriteRule .? - [F]
still my ip is denied access,too
Appreciate any help i can get