Hello, In this url, click the see full size link (it will try to open full image), and it redirect you to the website. How to do that ?
Copy this to the .htaccess file in your root directory: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yourdomain.com [NC] RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,L] Code (markup): Change yourdomain.com with your domain name.
but that will only redirect the dude if he requests the image directly, not if he loads a page that loads the image.