How do I change this so that I can add additional IP ranges that are allowed access.
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REMOTE_ADDR} !^66\.249\.
RewriteRule .* http://www.domain.com/ [R,L]
</IfModule>





Comment