Help for this page

Select Code to Download


  1. or download this
    RewriteRule ^(.*)$ /cgi-bin/myscript.pl?$1 [L]
    
  2. or download this
    mod_rewrite: maximum number of internal redirects reached. Assuming co
    +nfiguration error. Use 'RewriteOptions MaxRedirects' to increase the 
    +limit if neccessary.
    
  3. or download this
    RewriteRule !^/cgi-bin - [C]
    RewriteRule ^(.*)$ /cgi-bin/myscript.pl?$1 [L]
    
  4. or download this
    my JAPH:
      print"Just another Perl hacker\n";
      #    ^ look, no space! pretty tricky huh?