| Is there a combination of parameters to do this:
allow local links to be rewritten as usual:
foo.cgi?q=45 -> foo4B54.html?q=45
but also to have links to other hosts be like this:
<http://someotherhost/foo.cgi?q=45> -->
<http://someotherhost/foo4B54.html?q=45>
AND NOT
../someotherhost/foo4B54.html?q=45
(someotherhost is in the list of hosts allowed to be visited). In other
words, I want the links to be rewritten but not be relative the the current
host being mirrored.
Thanks,
Brent | |