apache - PHP: Serving files hosted on a different server -
i have following problem: have big files on server runs under plesk, , want exclude them regular plesk backup, far i've seen not possible.
so store these big files on server , serve them through web app runs on first server.
the problem url of files should hidden user. have implemented php's header(). of course should served directly user , not through first server, files big!
in short, need is, when user clicks file download link, should receive file second server, file url should not visible him.
im using php application , apache webserver, grateful suggestions on how approach problem,
harry
edit: forgot mention user has acceptance first server download file. why need url of file hidden.
you can use include or require_once function data files without "viewing" file.
Comments
Post a Comment