Ok I have done this about 15 times and never had a problem.
I'm installing php with apache on windows XP.
I installed php to c:\web\php\
I copied the php4ts.dll to windows32.
I didn't move the php.ini. It's still in the install directory.
I'm trying to install php as a module and these are the lines I entered in the httpd.conf file:
#LoadModule expires_module modules/mod_expires.so
#LoadModule headers_module modules/mod_headers.so
#LoadModule usertrack_module modules/mod_usertrack.so
#LoadModule unique_id_module modules/mod_unique_id.so
LoadModule php4_module c:/web/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
This is all that I've done, and I believe it should work, or did I have a brain fart and forget something?
Thanks.