Jump to content

Stop Hotlinking of mp3's


Suchy

Recommended Posts

I want to stop hotlinking to my mp3 files, except for few websites. hter is my .htaccess file

 


RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mysite1.org(/)?.*$     [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mysite2.org(/)?.*$     [NC]
RewriteRule .*\.(flv|mp3)$ http://www.mp3site.com/thief.html [R,NC]

 

So this works stoping people from clicking on a link to download a mp3 from my "mp3site.com" from sites not in the file.

 

But this does not prevent from left-clicking and selecting "save target-as" on sites that are not in the htaccess file?

 

What do I need to do to fix this ?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.