Help for this page

Select Code to Download


  1. or download this
    www.mydomain.com/subDir/index.cgi?rm=foo
    - or - 
    www.mydomain.com/subDir/index.cgi?rm=bar
    
  2. or download this
    www.mydomain.com/subDir/foo
    www.mydomain.com/subDir/bar
    
  3. or download this
    RewriteEngine On
                                                                          
    +                                                                     
    +                        
    ...
    RewriteRule ^(.*)       index.cgi?rm=$1 [L]
    RewriteRule ^(.*)\/     index.cgi?rm=$1 [L]