Hello,
I have a question which I can't find the answer to anywhere on the web, but I'm sure it exists!
I have a website, which holds valueable media files in subfolders.
I want to block any access to these (in fact, all subfolders) on the server using .htaccess. The only way i want the media served is via my proxy PHP script so I can validate and record each download.
I am happy to grant access to all files on my parent folder, but want to block any access to subfolders.
Thanks for reading - and please let me know if you have any ideas about how to solve this problem!
Tony