I've done what Cybero recommends below, still, my .php files don't seem to
be excuting properly. I've verified all paths and even made sure the Load
and Add's are under the proper sections in the httpd.conf file. Running
php.exe. -i from command line gives me the proper output (ie, the html for
The below worked for me on Win2K Professional/Apache2.0.35 and PHP4.2
So, this worked:
LoadModule php4_module C:\php\experimental\apache2filter.dll
(Server started with no problem. and when running phpinfo() output page was
correct)
While this did not:
LoadModule php4_module C:\php\sapi\php4apac