Looking for earlier posts I found the solution!
in my httpd.conf I had this:
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
after changing it to:
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
All is up and running!