Hi,
I'm just installed Apache2 and php 4.3.1 on a Win2k PC and I'm having a problem with it. Instead of Apache executing the PHP script it keeps downloading it and executing the script in a DOS window (because I created an association with php.exe). I think its a problem with the httpd.conf file but I'm not sure. I have the following lines in the httpd.conf file to load the PHP module:
LoadModule php4_module "c:/PHP/sapi/php4apache2.dll"
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Thanks,
Tony.