I know it's a bit of a weird request.. but I have my reasons :)
I'd like to keep all the code and template info on the main server, but have all the product images load from another web server. Can anyone think of an easy way to do this?
My thought was to set up another config setting called:
define('DIR_EXT_IMAGES_SRV', 'http://www.myimageserver.com/');
but that would mean I have to go into all files that call DIR_WS_IMAGES and prefix it to the new config variable.
Any other thoughts?
I also realize that when the store goes into ssl mode I'm going to need a way to put the images in to ssl server mode so that I dont get the IE error. I'll have to think about that one too.




