I'm following this article to configure Apache and PHP:
Installing and Configuring the PHP Development Environment - Part 2
I've already set up the php.ini and link and the php5apache2_4.dll DLL is in its place, however it is returning the following Apache server restart error:
link
I looked for similar Stackoverflow issues but the answers did not help.
The only difference is that instead of putting it on the C partition I put the Apache files in addition to PHP on the D partition
EDIT
Httpd.conf:
LoadModule php5_module "D:/php-5.6.13/php5apache2_4.dll"
AddType application/x-httpd-php .php
PHPIniDir "D:/php-5.6.13/"
EDIT
I changed the Httpd.conf file:
LoadModule php5_module "../php-5.6.13/php5apache2_4.dll"
AddType application/x-httpd-php .php
PHPIniDir "../php-5.6.13/"
But you are now giving another error:
link
It is not a valid Win32 application, the versions of both (Apache and PHP) are Win32