Hello,
I am trying to configure PHP 5.3 on already installed Apache 2.0 on windows machine, using the guidelines mentioned on -
http://www.thesitewizard.com/php/install-php-5-apache-windows.shtml
So far I have done -
LoadModule php5_module "C:/PHP/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/PHP"
All these at the right spots in httpd.conf file.
I have apache in C:/Apache & PHP in C:/PHP directories. I have also downloaded the right php5apache2.dll and placed at the right directory. Restarted the server.
But when I try to start the Apache, it does not start and throws the error - "The requested operation could not be completed"
Thank you.