Forum Moderators: phranque
in the httpd.conf file look for this:
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
Presumably that needs changing to index.php :)