Hi all,
I am trying to protect the user file on my webserver.
I want to restrict the direct donwload from "userfiles/abc.zip", I want to this file donwloaded by using "downloadfile.php?fid=12345" where fid with point to the "userfiles/abc.zip"
i try to browse from the Internet, and saying that I need to create the ".htaccess" file under "userfiles" folder, but after I create it, i can't download it with the direct link and the "downloadfile.php" method.
do you guys have any idea on doing that?
Thank you!
Hill