If you use apache, set the DirectoryIndex in httpd.conf
If its now something like this:
DirectoryIndex index.php index.php3 index.html index.htm index.shtml index.wml
Put the index.htm and index.html before the .php and it will parse the .html first if it finds one.