Reach to Ramesh for any technical issues
you can disable accessing through absolute url and allow access only with relative url with this htaccess code
RewriteEngine on RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yourdomain.com [NC] RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,L]
No comments :