Quote:
Originally posted by refertech
Now i reinstalled PHP as described but i then installed apache 1.3 again, but when i edited the config file for apache i did everything the same but this line:
LoadModule php4_module c:/network/php/sapi/php4apache2.dll
I changed to this:
LoadModule php4_module c:/network/php/sapi/php4apache.dll
|
Haha

You just made me think about why apache wouldn't restart for me
Change the line to:
Code:
LoadModule php4_module c:/network/php/php4apache2.dll
That should do the trick