I have installed Apache 2.2.3 - seems to work fine in that /localhost/ corectly displays a test index.htm Have also installed PHP 5.1.6 - which also appears to work from a command line in that it responds to a phpinfo.php file. However I cannot get Apache to recognise PHP. Inserting the line LoadModule php5_module "C:/php/php5apache2.dll" in the httpd.conf file as described in various online instructions, always reports Cannot load C:/php/php5apache2.dll in server: The specified module could not be found Explorer however shows that the file is definitely there. Grateful to anyone with ideas or solutions.
Mearly a guess, but could C:/php/ need to be in your search path for windows so php can find other support files necessary to load?