On September 19, 2011 15:34 , =?ISO-8859-15?Q?Bernd_Sch=F6nbach?=
wrote:
is it possible to write a mod_rewrite rule, which reroutes requests to
another server, if they are not found on the current server e.g.:
Requested URL:
www.foo.com/home.php
Backup URL:
www.bar.com/home.php
The redirect s
Hi,
is it possible to write a mod_rewrite rule, which reroutes requests to
another server, if they are not found on the current server e.g.:
Requested URL:
www.foo.com/home.php
Backup URL:
www.bar.com/home.php
The redirect should only be made if the Requested URL delivers a 404
message.
I inte