Hide url download by php header

Javito

New Member
I have a link of another domain (ex : http://domain2.com/file.zip ). Can i ask how to hide this link and force download. I try but can't hide this file url;\[code\]header('Content-Description: File Transfer');header("Location: $datas", true, 303);\[/code\]
 
Back
Top