Thread: .htaccess
View Single Post
Old 09-11-2002, 06:40 PM  
dirtymonkey
Confirmed User
 
Join Date: Mar 2002
Location: San Diego, CA
Posts: 128
.htaccess - this works for me.

RewriteEngine on
RewriteCond %{HTTP_REFERER} http://.*yahoo.com/.*$ [OR]
RewriteCond %{HTTP_REFERER} http://.*sexy.yahoo.com/.*$ [OR]
RewriteCond %{HTTP_REFERER} http://.*64.*.250/.*$ [OR]
RewriteCond %{HTTP_REFERER} http://.*216.*.250/.*$
RewriteRule ^(.*)$ http://www.hotmail.com [R,L]
dirtymonkey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote