Forum Moderators: coopster
How can i do that on my site?
I saw some site that require to enter exact Referrer URL in the download manager (The referrer URL will change everyday) before downloading
Example
In the DL manager program
File URL : [examples.com...]
Referrer : [examples.com...]
How can they do that?
Thanks a lot!
What you basically have to do is to read the file and spit out the contents to the client. You have to supply header information or the download will not display correctly or you may get an error altogether.
This is mostly used to hide files in a directory outside of the web root.