Possible Duplicate:
Apache redirect to another domain all URLs, except for ones starting with substring
I would like to optimize image loading for my website using multiple subdomains for the static files residing in /files. Is there a good way to achieve this? I wouldn't want multiple copies of my files on the disk. Also I am looking for a simple solution that doesn't involve having to install proxies and stuff.
I got my answer here: Apache redirect to another domain all URLs, except for ones starting with substring
Thank you all for your help.