Could you have a look at your httpd.conf please. There should be the following lines:
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
If so, please change to:
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
Get it from this site: