Make sure you have the following two lines in your httpd.conf file:
There is an "AddType" section, like the "AddModule" section.
Code:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
There is an "AddType" section, like the "AddModule" section.