Hi there,
I'm sure this question gets asked alot but i've browsed through the forum and couldn't find any help, if anyone knows a thread to solve this then please just post that instead.
Anyway i've installed Apache 2.2.2 on my machine along with php 5.1.4.4 and MySQL 5.0.
My php directory is 'c:\php' and i have tried to install the module into the apache server by adding the following code to the bottom of the apache 'httdp.conf" file:
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/php"
When i try to restart/start the server i get a window saying:
'Cannot load C:/php/php5apache2.dll into server: The specified module could not be found'
Can anyone serve up a solution?
any help would be greatly appreciated, thanks in advance :xbones: