Hi,
I have some MP3s hosted on my site which are accessed through some embedded SWFs. I want to protect the MP3s from being downloaded, so used a .htaccess file to prevent access, like so:
redirect 301 /music/
http://nameofsite.com/notfound.php
ErrorDocument 404 /notfound.php
However, this also stops my SWF files from accessing them. How do I get around that?
Thanks,