I have created a site using flash (loads of swfs) and would like to have a backup site stored elsewhere than the current location so that if my webspace provider has any server problems I can easily redirect the domain name to my backup site. I have tried to achieve this by using a .htaccess containing the following redirect instructions:
Redirect /http://www.originaladdress.com/diweb http://backupaddress/di/diweb/
I’ve noticed that this works fine with .html files but does not seem to work with my main swf reading external swfs. does anyone know why?
I just want to find a simple way to redirect any request for my original address to my backup address without having to make 50 copies of my swfs all amended with the backup url.
any help would be greatlly appricieated. Thanks.
Sany