Help for this page

Select Code to Download


  1. or download this
    use Apache2::Const -compile => qw(OK DECLINED REDIRECT);
    
    ...
    my $url = 'http://www.google.com';
    $r->headers_out->set(Location => $url);
    $r->status(Apache2::Const::REDIRECT);
    
  2. or download this
    http://www.modperllab.com/migration/redirect_tests.pl
    
    ...
    Content-Length: 0
    Connection: close
    Content-Type: text/plain; charset=UTF-8