View Single Post
Old 10-18-2013, 05:44 AM  
Jel
Confirmed User
 
Jel's Avatar
 
Industry Role:
Join Date: Feb 2007
Posts: 6,904
Quote:
Originally Posted by pinkz View Post
htaccess method

add

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)domain.com/.*$ [NC]
RewriteRule \.(gif|jpg|jpeg|bmp|zip|rar|mp3|flv|swf|xml|php|pn g|pdf|css)$ - [F]

where domain.com is replaced with your domain

can also be used for wp and non wp sites alike.
Nice one, cheers mate

** actually just tried this and it's not preventing bing from displaying my image, nor redirecting when the image is clicked on
Jel is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote