#start the engine RewriteEngine on #this needs to be set to allow the URL manipulation Options +FollowSymlinks #the directory the manipulations will take place on RewriteBase / # mod_rewrite allows you to use Regular Expressions # to define the manipulations RewriteRule ^(.*\.html)$ cgi-bin/foo.cgi?call=$1