Hi,
I had the same problem with RON,
I setup the apache server on my win2k server and installed php4.
The apache server runs fine but it cannot run the php.
Here is the config in httpd.conf of apache:
LoadModule php4_module e:/php4/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Here is the config in php.ini:
doc_root = E:\Program Files\Apache Group\Apache\htdocs
extension_dir = E:\php4\extensions
What's wrong with my config?
Pls advice.
Thanks
gogo