in reply to mod perl for apache servers
my $r = shift; $r->headers_out(Location => 'http://www.test.com/?view=tes +t'); $r->status(REDIRECT); $r->send_http_header; [download]