Make sure your .htaccess file has the line
DirectoryIndex index.php
in it. Add as many file names as you want. The server will look for them , in order, as a default index page.
So
DirectoryIndex index.php index.html home.htm
will look for index.php , then index.html , then home.htm