Hi, I am trying to redirect a request to another location and the following code works, but the new location is not printed in the address bar.
$r->status_line('302 Moved');
$r->headers_out->add('Location' => 'http://localhost/');
return Apache2::Const::OK;
return Apache2::Const::REDIRECT; #gives the same result.
Thanks.
Teddy
Teddy
