What would be the best way to redirect in MP2? How would I set the
Location in the header?

something like this?

my $r = Apache->request;
# docs say $r->header_out and family are now deceased.
$r->headers_out(Location => '/some/place.html');
return Apache::DECLINED;

Jamie Krasnoo

Reply via email to