Help for this page

Select Code to Download


  1. or download this
    RewriteEngine on
    
    ...
    RewriteRule /one/([0-9]+)/(.*) /xyz/?action=one;id=$1;$2
    RewriteRule /two/([0-9]+)/(.*) /xyz/?action=two;id=$1;$2
    RewriteRule /download/(.+)/(.*) /xyz/?action=download;file=$1;$2
    
  2. or download this
    package TransHandler;
    use warnings;
    ...
    # ... shortened
        return DECLINED;
    } # handler
    
  3. or download this
    $r->uri("/xyz/Handler.pm?action=one;id=$1");
    
  4. or download this
    Filename is not valid: ...... Handler.pm?action=one;id=20