Help for this page

Select Code to Download


  1. or download this
            location = ap_table_get(r->headers_out, "Location"); 
     
            if (location && location[0] == '/' && r->status == 200) {
    
  2. or download this
    print redirect(-uri => "/foo", -status => 200);