I have installed Apache and it worked fine. Then I installed PHP and all was going well. The final step in the setup was to add these 3 lines to the httpd.conf file of Apache:
LoadModule php4_module c:/apache/php/sapi/php4apache2.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
But when I add these Apache will no longer start. Taking the 3 lines away fixes the problem but then I don't have PHP. I have tried just keeping each one of the lines but that doesn't help, so I assume the problem is with any/all of the lines.
I am using the latest versions Windows versions which I downloaded yesterday. Apache 2.0.40 and PHP 4.2.2. The O/S is Windows 2000 Pro.
Can anyone help?