I have a PHP5/Apache2/MySQL website. Now in the folder structure under root I have an root\images folder that just has images. I also have a root\skin\images folder again has only images. If I wanted to serve the two images folders over a CDN how would I do this (without changing php etc, just using Apache, possible?)
Currently Apache directly handles all requests to the site. I have root access to the webserver so I can change the setup.