You must ensure that the following lines are in your htconfig
for the apache module
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php4
OR
#for the cgi binary ScriptAlias /php4/ \"C:/php/\"
Action application/x-httpd-php4 \"/php4/php.exe\"
AddType application/x-httpd-php4 .php