If running on Apache, you can set this via a .htaccess file, either in that directory to only affect it, or in your web root directory to affect it and all its sub-directories.
.htaccess
DirectoryIndex index.php index.php5 index.html index.htm
Substitue whatever filenames you want to use as default files, in decreasing order of precedence.