I am trying to install php module on my Win2K apache web server.
I am running Apache 2.0.4 and have downloaded the binary for php 4.2.3.
My documentation says to add the following to the httpd file
LoadModule php4_module c:/PHP/experimental/apache2filter.dll
However the dir experimental and the file apache2filter.dll both don't exist.
I have tried changing the line to c:/php/sapi/apache2.dll but still the service fails.
Any ideas?