You can make an apache wide change to the file it looks to when it's just given a directory in apache/conf/httpd.conf
<IfModule mod_dir.c>
DirectoryIndex index.php index.html
</IfModule>
Not sure if it's possible on a per directory basis though.
HTH
Bubble