hi,
did u edit your php.ini after copying the file from php.ini-dist?
in your php.ini file:
u need to make some changes as follow:
1) include this (do a search on AddType)
AddType application/x-httpd-php.php
2) include index.php (do a search on Directory Index)
DirectoryIndex index.php index.html
restart ur apache server n test it out again