on .htaccess in public_html
- Code: Select all
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
#allow hotlinking for thumbnails
RewriteCond %{REQUEST_URI} !_thumb
#allowed website to hotlink (don't forget to add your own site !!)
RewriteCond %{HTTP_REFERER} !^http://(www\.)?hostmyimage.org(/)?.*$ [NC]
#display no-hotlink.jpg instead of the requested image
RewriteRule \.(jpg|jpeg|gif|png|bmp|ico)$ http://www.hostmyimage.org/no-hotlink.jpg [NC,R,L]
But i guess that isn't working
(can you see the img ? )

how i fix this?
thx
