Hi i'm really clueless to this stuff, so if anyone can let me know how to do the following it would be much appreciated. I want to redirect one visitor by ip address to another domain, not letting him view the site. thanks for any help guys.
jdMorgan
8:39 pm on Jul 3, 2006 (gmt 0)
Use a RewriteCond to test the server variable %{REMOTE_ADDRESS}, and then a RewriteRule to redirect all URLs requested by that IP address to the other site.