Can't seem to get php configured on apache2 on windows 2000. I get the following error when running apache from command line:
C:\Program Files\Apache Group\Apache2\bin>a
Syntax error on line 138 of C:/Program File
f:
Cannot load C:/php/sapi/php4apache.dll into
ot be found.
The apache.conf file is as follows:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
I have followed the installation instructions, but cannot get the sapi version working. I can use php.exe and apache runs ok, but won't parse php files.
Any ideas?
dC