I've successfully installed Apache 2.2.3, and wish to install PHP4 as an Apache module. Ive downloaded the relevant zip file, copied the neccessary files to C:\PHP and copied php.ini to C:\Windows.
I then added:
LoadModule php4_module "C:/php/php4apache2.dll"
to the httpd.conf file but everytime I try and restart apache after making this change, it causes an error.
Adding the "AddType application ......." line in the httpd.conf file does not seem to cause any problems.
The PHP "install.txt" help file mentions adding the reference "PHPIniDir "C:/php" to the php.ini file, but I don't know where in the apache config file this should go.
Any help on this would be very much appreciated! :queasy: