Hi list, I'd like to redirect requests to / (siteroot) to the directory /cgi-bin/index.cgi. I can't get it to work. Here is a part of my VirtualHost directive (Apache 2): ... DocumentRoot /www/projectx/www/ ScriptAlias /cgi-bin/ /www/projectx/cgi-bin/Options ExecCGI RewriteEngine on RewriteRule ^/(.*) /cgi-bin/index.cgi/$1 [l] ... Appreciate any help. Ksenia.