Prevent Hot Linking -- Wimpy Player
Hi,
I'm trying to figure out how to prevent users from "hotlinking" to mp3 files on my web server. Here is how I want the website to be:
1) Users can listen to music using Wimpy Button (http://www.wimpyplayer.com/products/wimpy_button.html).
2) Users should not be able to download music directly.
Here are the two problems I'm facing:
1) The mp3 files must be under DocumentRoot.
2) .htaccess cannot be used to restrict access because Wimpy Button sends blank http referer.
Any suggestion would be appreciated,
--Michi