Help for this page

Select Code to Download


  1. or download this
    RewriteEngine on
    RewriteBase /subDir/
    ...
    # capture anything else and redirect it to index.cgi
    RewriteCond %{REQUEST_FILENAME} !^index.cgi
    RewriteRule ^(.+)/?$ index.cgi?rm=$1 [L]
    
  2. or download this
    Options +ExecCGI
    SetHandler cgi-script