Redirect domain.com/folder/*.swf to other domain
Hello,I am having excesive bandwidth problems for one of my sites, going above the 1000GB monthly bandwidth limit I have, very expensive. So while I search for a new host I want to share part of it's bandwidth with another server I have.
What I want to do is that images and swf to be served by another domain:
When the page asks for (example):
http://www.domain.com/images/834.gif
I want it to fetch it at:
http://www.otherdomain.com/images/834.gif
There are hundreds of static html pages that I would have to change in order to properly do this, plus, it's only temporal while I search for a better solution so I cant edit all my hundreds of html pages to show another url.
I believe this should be possible to be done with .htaccess, searching I found some scripts but not exactly what I want.
Can someone help me, please?
Thanks.
