hello everyone ...
I am working on a CMS in PHP, using Apache server .. in my site we have a download and upload file module .. where user can download necessary files and also can upload .
but I want use an another server for this .... such that when user want to download a file through a link in my site , the file should be download from the 2nd server ... to reduce the overhead on the 1st server.
how to do this ... i don't have any idea regarding this ....