With apache you can usually set it in your srm.conf:
DirectoryIndex: Name of the file to use as a pre-written HTML
directory index (The default page if none is typed)
DirectoryIndex default.php index.html index.htm index.php
Now it looks for default.php first, index.html, index.htm, lasty index.php.