View Single Post
Old 2005-03-25, 11:36 AM   #11
Altheon
Heh Heh Heh! Lisa! Vampires are make believe, just like elves and gremlins and eskimos!
 
Altheon's Avatar
 
Join Date: Jan 2004
Posts: 74
Send a message via ICQ to Altheon
Quote:
Originally Posted by RawAlex
Altheon: the action recommended to stop hotlinkers (the basic one) means that I must also limit my business by not allowing google or yahoo image bots onto my sites. That means I lose traffic and exposure.
why not poke a hole to allow yahoo and google?


Code:
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com(/)?.*$     [NC]
RewriteCond %{HTTP_REFERER} !^http://images\.google\. [NC]
RewriteCond %{HTTP_REFERER} !^http://images\.search\.yahoo\. [NC] 
RewriteRule .*\.(gif|jpg|jpeg|bmp|fla|mov|avi|wmv)$ - [F,NC]
Regards,

-A
Altheon is offline   Reply With Quote