I have a problem with Apache 1.3.14 for windows, and php 4.0.4! Apache will only accept php if it is int c:/php. I have inserted the following line to my httpd.conf as instructed in the php install.txt:
LoadModule php4_module c:/php/sapi/php4apache.dll
It works great, Apache is running w. php installed. I can use php files on the apache server!
Now the problem is, that if i change the path to, say:
e:/programs/php/sapi/php4apache.dll
Apache will no longer accept php files. I still get an Ok from Apache, that it runs with php4 installed, but nothing happens when i call my php pages, except that i get a "this page cannot be displayed" error message. I have tried changing the path several times on both c: as well as other drives!
What could be wrong, it annoys me very much that I cant put the php directory another place than the root of c:, its so messy! Could anybody help me please? Thanks!