How to prevent deep linking to files on my website

后端 未结 5 923
名媛妹妹
名媛妹妹 2020-12-17 20:34

I own a website which contain a lot of freeware stuff to download on it. The problem I\'m facing is that people from around the world are taking the direct links of the fil

5条回答
  •  -上瘾入骨i
    2020-12-17 20:48

    Don't provide a direct link to the file you are serving. Provide a script that sends the content through the script once you hit the submit button.

    Do a web search for sending files through cgi.

    Here is a neat link I found online: here

提交回复
热议问题