Had the same problem and thanks to mrmist’s post I got it going.
So in Apache’s httpd.conf file, I changed the following from …
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
to …
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
Saved httpd.conf, and restarted Apache