debes modificar el httpd.conf del Apache.
Código:
<IfModule mod_dir.c>
DirectoryIndex index.php index.php3 index.phtml
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
</IfModule>
Debe quedar algo así.
Saludos