As per one of the tutorial on configuring phpMyAdmin I configured the apache/conf/httpd.conf file as follows to establish the connection for PHP in apache.
PHPIniDir "c:\webserver\php"
LoadModule php5_module "c:\webserver\php\php5apache2_4.dll"
AddHandler application/x-httpd-php .php
I am getting an error:
The request operation has failed
While restarting apache with the above changes. Where am I going wrong? Please can somebody explain how to figure it out.
/instead of `\` in path names. Apache works with forward slash in windows also. also please mention the version of PHP and Apache you are using.httpd -k startfrom the Apache/bin folder and see what error message you are getting.