Edit /etc/httpd/conf.d/php.conf
and replace these three lines:
<FilesMatch .php$> SetHandler application/x-httpd-php </FilesMatch>
with:
AddHandler php5-script .php
Edit /etc/httpd/conf.d/php.conf
and replace these three lines:
<FilesMatch .php$> SetHandler application/x-httpd-php </FilesMatch>
with:
AddHandler php5-script .php