Hi.
i am using on a site of mine a downloads script (pafiledb). Unfortunately several sites link to my downloads using a direct link to file, rather than link to my downloads page. How can i exactly protect the download directory and have every request for a file in there (site.com/dir/file.zip) redirected to the downloads script first page? (site/downloads/pafiledb.php)
Also is it possible to have redirected the request for
URL: site/pafiledb.php?action=download&id=#*$!
to site/pafiledb.php?action=file&id=130
(the first goes directly to the file, the second goes to the script's specific page for the file, and i obviously prefer the second