From: meng.frank@... Date: 2006-03-15T06:23:46+09:00 Subject: RewriteRule with scgi on Apache 2 Hi. I want to direct all access of "/" to index.html I tried many things, but it doesn't work. Like: RewriteRule ^$ index.html [QSA] RewriteRule ^/$ /var/www/public/index.html [R] If I access /index.html, everything works fine. I don't have scgi-bin or dispatch.scgi on my Linux ES4. Is that normal? It will be very helpful if somebody can provide a httpd.conf file and ..htaccess file. Thank you,