durusmail: quixote-users: Rewrite rule
Rewrite rule
2004-01-06
Rewrite rule
Ksenia
2004-01-06
(sorry voor previous post without subject)

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.



reply