# $Id$ DirectoryIndex index.html SetHandler cgi-script ## You need to have mod-rewrite and proxy enabled in apache RewriteEngine On ## Note that these rules need to be adjusted to match your ## local install location. RewriteRule ^redirect/(.*)$ "/rewrite-test/test.cgi/$1" [R,L] RewriteRule ^proxy/(.*)$ "/rewrite-test/test.cgi/$1" [P,L]