--uQr8t48UFsdbeI+V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 15, 2006 at 06:23:46AM +0900, meng.frank / gmail.com wrote: > 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. You don't need a RewriteRule, you need DirectoryIndex. DirectoryIndex index.html Steve Peters steve / fisharerojo.org --uQr8t48UFsdbeI+V Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEFzj19T8SSoPkrKIRAtbtAJ9NFMqlcBpe3izTasrP3DLVD0YEfACdFTJ4 ipuyJ0ATVQt+KPLQAXyNxb8 qT -----END PGP SIGNATURE----- --uQr8t48UFsdbeI+V--