Help for this page

Select Code to Download


  1. or download this
    ./configure --enable-module=rewrite --enable-shared=rewrite
    
  2. or download this
    <VirtualHost *>
      ServerName your.domain.com
    ...
      RewriteRule ^/thedirectory(.*)$ http://your.domain.com/cgi-bin/scrip
    +t.pl?$1
    </VirtualHost>