I have the php manual and in there it says u should add the following 2 line to the apache conf file if u want to use php as a module
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
,but as soon as I do the apache server won't start.What am I doing wrong?
Yes this is apache 2.0.4.3.I've tried the suggestion with outting the part in the lne but still get "requested operation failed".I did however notice that I don't have this "mod_php4.c" file is there a place where i can download this from??