Redirecting Servers
Posted: Sun Jan 03, 2010 9:22 pm
Hello. I am trying to block user knowledge of my pictures server. I have a separate server that has fast internet connection to send large graphics that are used in my pages. These pictures are linked to in multiple places through simple img tags. I would like, however, for these images to be sent to the page in a way that makes it seem as though the pictures are on my server but are still being transferred to them from the pictures server.
The pictures can never be tunneled through the executing php server as its connection will not support large files.
I cannot execute php code on the pictures server.
I was thinking that I could have the img tags link to a php document that facilitates the image transfer. Is it possible to have this code get my picture server to send the image directly to the user's browser instead of having to pull the image from the server and then upload it?
I realize a smart user could figure out where the pictures would be coming from through this method, I just don't want the address listed in the img tag so openly.
The pictures can never be tunneled through the executing php server as its connection will not support large files.
I cannot execute php code on the pictures server.
I was thinking that I could have the img tags link to a php document that facilitates the image transfer. Is it possible to have this code get my picture server to send the image directly to the user's browser instead of having to pull the image from the server and then upload it?
I realize a smart user could figure out where the pictures would be coming from through this method, I just don't want the address listed in the img tag so openly.