|
If you remove it they need can hotlink them. Try other htaccess code in that box. I think the code our using is highly restrictive. Try this code
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com/.*$ [NC]
RewriteRule \.(gif|jpe?g|png|bmp)$ - [F]
|