Bei mir stehen folgende Einträge in der httpd.conf des Apache.
ScriptAlias /php-interpreter/ "c:/php/" #Pfad zum php-Verzeichnis
AddType application/x-httpd-php .php
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php3-source .phps
Action application/x-httpd-php /php-interpreter/php.exe
Action application/x-httpd-php-source /php-interpreter/php.exe
Falk