look for this line in your httpd.conf // around line 725
AddType application/x-httpd-php .php .php3
if you don't have it, you need it otherwise apache doesn't know what to do with those files, this line tells apache to run .php or .php3 files thru the webserver