View Single Post
Old 01-14-2009, 05:57 AM  
TheDA
Confirmed User
 
Industry Role:
Join Date: May 2006
Posts: 4,665
.htaccess question

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>
TheDA is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote