Hi everyone,
I am not that new to apache and php but this is the first time I've needed to install something!
Basically I Installed Apache 2.2 and it works correctly. Now I would like to get it working with PHP. Put my php things in C:/PHP.
in httpd.conf inserted the following:
loadModule php5_module "C:/PHP/php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/PHP"
Restarted Apache and Apache told me no. Run Test Config and it tells me no - php5apache2_2.dll
I have no clue where this is coming from!
Before anyone asks:
I have triple checked the cases and spelling of everything.
Installing on windows xp - got it all running fine on windows 7.
Thanks for the help!