Yeah, i think the shotgun approach will definitely cover all the bases...
but I think I saw a problem in Ankur posted
I previously said watch for the "quotes" but now after looking at my paths, etc....
My install is working as intended now, so ill just give you what I see
I have php4ts.dll in the sysdir as Geoff is saying...but I have php4apache.dll in the /sapi directory same as Ankur.
so i have the line
LoadModule php4_module "C:\program files\apache group\apache\php\sapi\php4apache.dll"
and of course i have the Addtype lines in there, just as Geoff is saying...
I think the problem after looking at it again and again and not seeing it previously is that if you look, Ankur, at your post, you have listed:
// ...httpd.conf
LoadModule php4_module "c:/php/sapi/php4apache.dll"
// ...after restarting apache
Syntax error on line 803 of c:/program files/apache group/apache/conf/httpd.conf
:
Cannot load c:/php/sapi/php4apache.dll into server: (126) The specified module c
ould not be found:
It's the Unix vs. Win thing...you have to change your path's backslashes...
Its not that you are copying anything to a wrong directory or that you are "typing" anything incorrectly other than the slashes...
caveat...I hope....
π
I hope that does it