On Fri, 2006-04-28 at 21:13 +0200, Krist van Besien wrote: 
> On 4/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > RewriteEngine On
> > RewriteRule     ^/away/(.*)$     http://10.0.0.210/$ [P]
> 
> You probably want:
> RewriteRule     ^/away/(.*)$     http://10.0.0.210/$1 [P]

Ahm, yes. Thanks, that seems to work. 
I'm feeling a bit silly having missed the 1. 8-(

Anyway, I noticed that this works well for (mirrored) sites that use
relativ path-names (link in index.html to index2.html) but fails when
absolute path-names (link in index.html to /index2.html) are used. Any
trick how to avoid this?

Cheers

Michael



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to