in reply to Re: External and Internal Redirecting in Mod Perl 2
in thread External and Internal Redirecting in Mod Perl 2
Let me know if anybody has any more issues related to this.use Apache2::Const -compile => qw(REDIRECT); $r->headers_out->set('Location' => $url); $r->status(Apache2::Const::REDIRECT);
|
|---|