View Single Post
Old 01-27-2004, 09:40 AM  
Mr.Soze
Confirmed User
 
Join Date: Apr 2002
Posts: 627
This one works for us:

RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://google.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://www.google.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://yahoo.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://www.yahoo.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://search.yahoo.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://www.aol.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://aol.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://search.aol.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://aolsearch.aol.com [NC]
RewriteRule /* http://www.whereveryouwant.com [R,L]
Mr.Soze is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote