Im just asking if there any possibility to change referer in header using PHP like this :
header("Referer: http://www.customwebsite/details/file");
//download from another website who check referer before the begin of the file
header("Location: http://www.customwebsite/download/file.pdf");