Help for this page

Select Code to Download


  1. or download this
    RewriteEngine on
    RewriteBase /subDir/
    ...
    RewriteCond %{REQUEST_FILENAME} !^index.cgi
    RewriteRule ^(.+)/?$ index.cgi?rm=$1 [L]