When you install it you need to compile and build it for php.
Are you doing on a linux box or windows box?
In the httpd.conf file you need the following:
Code:
<IfModule mod_dir.c>
DirectoryIndex index.shtml index.html index.php index.php3
</IfModule>
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
These should all be in there already just may be commented out. If this doens't help give me some error messages or config that you currently have or heck just email me.
Laters.