Maybe there's a way to do it in .htaccess, but if you
own the whole server here's what to put in httpd.conf:
#
DirectoryIndex: Name of the file or files to use as a pre-written HTML
directory index. Separate multiple entries with spaces.
#
<IfModule mod_dir.c>
DirectoryIndex index.php index.html
</IfModule>