.htaccess and Image Loading
Hey Guys,I think that it should be possible to load some Images from a certain directory from a remote URL/path and that this can be done by .htaccess.
So for example your advertising the following URL to an image on your website: mydomain.biz/12345/images/12.jpg
and than you will put a .htaccess file in the image folder telling the server to redirect/load the images in that folder from a remote URL/IP(on another server) for example from ourdomain.biz/hey/hey/images/12.jpg.
I hope you can understand what I mean, how can I do this thing with .htaccess? What line do I need to put in the .htaccess file?
And are there any other server settings that needs to be changed to achieve this remote loading of the images?
Regards,
Elgardo,
P.S. By the way how can I prevent the leaching of images by .htaccess? So that the images only can be loaded from my server or so.