Forum Moderators: phranque

Message Too Old, No Replies

Not sure how to selectively block hotlinking

         

andrewshim

4:39 pm on Jan 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There's this MAJOR moneymaking site that is hotlinking to one particular image of mine. Looking for the code to block this site, I've found so many versions that I've ended up confused. Is this okay?

RewriteEngine On
RewriteCond %{HTTP_REFERER} hotlinker.com [OR,NC]
RewriteCond %{HTTP_REFERER} www.hotlinker.com [NC]
RewriteRule .*.(gif ¦ jpg)$ [mysite.com...] [R,NC]

wilderness

4:52 pm on Jan 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



an old thread
[webmasterworld.com...]