Hello - I'm trying to install PHP 4.3 as a module along with Apache 2 on win2k sp3. Apache is working fine. I'm using the latest snapshot of PHP available ( php4-win32-STABLE-200301030930.zip ) and the php.ini-dist file for my php.ini file, which I have copied over to C:\WINNT\ When I load my basic script as index.php: <?php phpinfo();?> I get a blank screen, and I can view the source of what I wrote. The install.txt file that came with the snapshot says that the problem is probably that "the web server did not send the script to php for interpretation. Something is wrong with the server configuration - double check the server configuration against the php installation instructions." I did this, multiple times. I have set up the LoadModule and AddType lines as specified, and I put all the files where it said to put them and triple-checked to make sure I used forward slashes. Could the problem be that I have installed Apache to H:\Program Files\Apache Group\Apache2\ and PHP to C:\PHP\ and that maybe one of the two programs doesn't want to look at the right place? I appreciate any help you could provide.
Seth Dix n00b