Hi, i want to block image hotlinking from my website.
I found instructions on how to do it and i edited the .htaccess file but it's not working. Here is what i added:

Code: 
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?mywebsite.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ http://external_image_to_show_instead [NC,R,L]
I tried to open a support ticket to KnownSRV but all i got was:
Code looks ok. However, I'm not sure why it doesn't work for you.


So, i'll need your help here
Cyberbob Reviewed by Cyberbob on . No image hotlinking - can't get it to work Hi, i want to block image hotlinking from my website. I found instructions on how to do it and i edited the .htaccess file but it's not working. Here is what i added: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?mywebsite.com RewriteRule \.(jpg|jpeg|png|gif)$ http://external_image_to_show_instead I tried to open a support ticket to KnownSRV but all i got was: :facepalm: Rating: 5