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