Hi Leon, I'm not sure if this would help you, but I think you may have to edit the httpd.conf file.
Here's a snippet from one on my server:
#
AddType allows you to tweak mime.types without actually editing it, or to
make certain files to be certain types.
#
For example, the PHP 3.x module (not part of the Apache distribution - see
#
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
#
And for PHP 4.x, use:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
I think adding the .php extention on those lines will work, but I'm not entirely sure. Hope it does. 🙂
Daynah
http://daynah.net