All you need is the line
DirectoryIndex index.php index.html
in your .htaccess file.
You may have been on set ups where the "default" is that just index.html is used, but that is non-standard. Or perhaps the line
DirectoryIndex index.html index.php
was used and you did not...