On Mon, 13 May 2002, Geoffrey Young wrote:
> hmm, that's interesting - I guess you're catching a <VirtualHost _default_> setting?
> If
> so, there's probably not much you can do about it save something like
>
> my $uri = Apache:URI->parse($r);
> $uri->hostname($r->headers_in->get('Host'));
That did the trick - the browser is now redirected correctly, thanks.
-Aaron
