Hotlinking issue
Hello Everyone,I am having hotlinking issue with my mp3 files
I have added thsi instruction to htaccess
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?domain.com(/)?.*$ [NC]
RewriteRule .*\.(mp3|)$ http://www.domain.com [R,NC]
But people are still able to download files directly
Mainly its because mp3s downloads are handled by script which is linking this way
http://mp3.domain.am/index.php?q=m&m...-+song+L%2Emp3
So allowed referrer is always my own domain name
Can anyone please suggest the way out ?
Best Regards,
Namesniper