Search code examples
phpurldownloadhide

How change download url PHP


i have must change (hide) a download url.

File to download: http://servdown.com/f1.rar User is on page: http://mypage.com/down.php?id=1

But i don't need a redericting to domain with file ( servdown.com/f1.rar ).

Please help, i find how to hide the actual download folder location ,but that's bad.

Sorry for my bad English, thank


Solution

  • You need to use some proxy type script which downloads the file remotely and then output the downloaded data ... There are many answers here , you just need to search you can get the exact code from there .

    Here is one link : How to Hide link

    Hope it helps ...