View Single Post
Old 2006-04-29, 01:56 AM   #8
Jel
I'm the only guy in the world who has to wake up to have a nightmare
 
Jel's Avatar
 
Join Date: Feb 2004
Location: London, United Kingdom
Posts: 1,895
So I changed the last line thinking the gif|jpg rule may be referring to hotlinking, this is now what I have, and still does not work:

RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://fatfred.com/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://fode-me/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://5isex.com/.*$ [NC]
RewriteRule .* http://www.google.com [R,L]
Jel is offline   Reply With Quote