I'm developing a ecommerce solution in PHP. The ADMIN is stored on one DNA while the stores are hosted on their own unique domains. My problem is that I need the images that are uploaded on the admin domain be available to the client domains without hot linking from the admin domain. I was hoping to do this using either Apache or some custom DNS setting. I am running CPANEL/WHM on the server.
I tried setting up a CNAME pointing "images.storedomain.com" to "admindomain.com" but it does not work. I need each store to be able to pull the images from a url similiar to this: "images.storedomain.com/images/image_name.jpg" and that way I can upload images in one place but have it availble to multiple domains.
Any ideas on how to do this would be greatly appreciated.
Thanks, Nathan -