Well, I'm guessing that you mean when you go to
www.mysite.com/ it redirects to
www.mysite.com/somepage.htmFor that, you would need to add
Redirect http://yoursite.com/ http://yoursite.com/newpage.htm
into your .htaccess file
Exactly. Remember, the default file for most web servers if there is no page directly typed in is index.html (in the old days, home.html worked as well)
It is possible to change it by making a .htaccess file in every directory with what you want the page to be, however that will only redirect them. It is best to name the home file just index.html -- they will still be able to go to the page.
