right; you would know whether you have mod_rewrite if this would work :)
You can also add a
RewriteRule ^/index.html$
http://www.yourdomain.com/ [R=permanent]
or the other way around
RewriteRule ^/$
http://www.yourdomain.com/index.html [R=permanent]
depending on the desired behaviour (hide or show index.html)