here's the magic configurations:
in your apache httpd.conf file, add this:
Code:
LoadModule php5_module c:/php/php5apache2.dll
AddType application/x-httpd-php .php
then, if you are using mysql, copy c:\php\libmysql.dll to c:\windows\system32
restart apache and you should be set.