AuthName "whatever"
AuthType Basic
<Limit GET POST>
order deny,allow
deny from all
allow from [whatever ip address]
</Limit>
handy .htaccess trick - restrict by IP address
January 26, 2010 at 08:25:50 AM / 1 comments / General Web Programming, Web Application Security