Forum Moderators: phranque
Also, is there a way to setup a limit on the number of connections to the server per user? So a person can only download ONE file at once?
Also, one more thing. Is there a way that I could mast the direct path to the file which the user is downloading? Have it to be something like: [domain.com...] insted of the real path which would be: [domain.com...]
Thanks and I look forward to reding your replies.
Hello everyone! I have four servers which hosts bunch of zip files. I only want people downloading that came form my domain name (www.my-site.com). So if someone does link to my file it would redirect the user to my website. How is this done?
Also, is there a way to setup a limit on the number of connections to the server per user? So a person can only download ONE file at once?
Also, one more thing. Is there a way that I could mast the direct path to the file which the user is downloading? Have it to be something like: http://www.example.com/file.zip insted of the real path which would be: http://www.example.com/downloads/cat/file.zip.
Jim
[edited by: jdMorgan at 4:26 am (utc) on Aug. 12, 2006]
The real path to the file: [domain.com...]
But I want it so say: [domain.com...] when the user is downloading so no one ever knows the direct path.
I want to do this without PHP, just server related things. Now how would this be done?