I'm trying to configure my root htaccess file to do two things: 1.) Redirect my domain.com to domain.com/forums/index.php 2.) Force the use of www. Any help is much appreciated.
most hosts have different ways to do those things, especially the redirection. Get a hold of them and they should be able to get it working for you.
Force www: RewriteCond %{HTTP_HOST} ^domain.com [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301] Have a look over in the Site & Server Administration, and in the Apache forum, they're a bunch of htaccess geeks