Forum Moderators: phranque
I would like to put the mp3 directory behind the root directory like I do php classes on other sites, so it is not web accessible, but I'm on a shared hosting plan so this is not possible, so it's not an option.
I also have an .htacess file in the root directory that rewrites URLs. It works fine, but because it is in the root dir I wonder if it overrides .htaccess files I have in child directories.
I've searched around for a long time...any thoughts?
You will probably need a more sophisticated approach based on site cookies and a file-serving script to protect your content. Before going down this path, I suggest that you test to see if these players will return a cookie set by your pages with their media file requests.
Jim