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