View Single Post
Old 01-12-2003, 01:21 PM  
richard
Confirmed User
 
Join Date: Feb 2001
Location: UK
Posts: 543
Scooter, hit me up richard AT ip-sorter.com or icq 41012160. Check http://www.ip-sorter.com

Kevin, i am about all this week to install ip-sorter for you, but in htaccess for specific ips:

RewriteEngine On
RewriteCond %{REMOTE_ADDR} 123\.123\.123\.[0-255] [OR]
RewriteCond %{REMOTE_ADDR} 123\.123\.124\.[0-255]
RewriteRule .* http://www.some-other-site.com

That should redirect ips

123.123.123.0 -> 123.123.123.255
123.123.124.0 -> 123.123.124.255

Richard.
__________________
richard is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote