Quote:
Originally Posted by pinkz
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
