in reply to External and Internal Redirecting in Mod Perl 2
use Apache2::Const -compile => qw(REDIRECT); $r->headers_out->set('Location' => $url); $r->status(Apache2::Const::REDIRECT); [download]