I use the following:
Stop the b******** stealing my bandwidth
This works beautifully and instead of the hotlinkers site or blog showing the image they intended to see,
they see this
This unfortunately works too well as I want to be able to cross hotlink from myownmainwebsite1 to myownmainwebsite2 (and vice versa).
Is there a line I can add to the following code to allow hotlinking from selected sites?
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com/.*$ [NC]
RewriteRule \.(gif|jpg)$
http://www.yourdomain.com/hotlink.jpg [R,L]
If there is, please post it or pm me.
Thanks.
LL