Help for this page

Select Code to Download


  1. or download this
    <VirtualHost>
            SetHandler          perl-script
            PerlTransHandler    My::Apache::Rewrite
    </VirtualHost>
    
  2. or download this
    package My::Apache::Rewrite;
    
    use strict;
    ...
    }
    
    1;