Hi,
I have a problem where I have to copy the data to another website. However, I am thinking that I only copy the database and not copy images and if a user requests an image from that site then apache will redirect the request to our original site.
e.g.
on www.example.com website, if I do
<a href="/images/someimage.gif" />
Then apache, should make it like.
<a href="http://www.mothersite.com/images/someimage.gif" />
But this process should be internal without the user realizing that the images are being served from another website. Is this possible? Please help.
Regards,