Help for this page

Select Code to Download


  1. or download this
    use CGI ();
    print CGI::redirect( -status => 301,
                         -url => "http://192.168.1.3" );
    
  2. or download this
    moo@cow[167]~/bin>perl pm-730807-demo-code
    Status: 301
    Location: http://192.168.1.3
    
  3. or download this
    redirect 301 /old http://192.168.1.3/new