Sorry, dont have an answer yet but i have exactly the same problem (similar configuration). Apache works put no php.
Working on it...
Scott wrote:
What gives?
I installed Apache from the Microsoft Installer file, unzipped PHP 4.1.2 to c:\PHP.
I wanted to run PHP as a shared module.
So I added these to my httpd.conf:
LoadModule php4_module modules/php4apache.dll
AddType application/x-httpd-php .php .phtml
AddModule mod_php4.c
I copied php4apache.dll from c:\php\sapi\ to my modules dir in Apache.
I copied php4ts.dll to my winnt\system32 directory.
I copied the php.ini to my winnt directory (with the suggested changes ie manual)
Now apache starts okay and all... but here's the weird part....
http://localhost/test.php
and
http://localhost/test/php
BOTH run the test.php file.
I don't get it!!!! I doesn't work with index.html (http://localhost/index/html)
Anyone got any ideas?
Thanks