the error: the apache config file (httpd.conf) cannot locate the php5apache2.dll module in the C:/php/php5apache2.dll directory…
but the funny part is that i checked the folder and i saw the php5apache2.dll file. then i checked the httpd.conf and the code there was fine too (LoadModule php5_module c:/php/php5apache2.dll)…
Yeah, I experienced this too. Apache is unable to load the php5apache2.dll module, even if it’s in the right directory and the correct path is in htaccess.
I might be wrong, of course, but I think Apache 2.2 and PHP don’t play together yet.
PHP5 has compatibility issues with Apache 2.2.x
You need a modified php5apache2.dll, microsoft visual c++ redistributable package, and an httpd.exe.manifest, instructions are on http://www.apachelounge.com/ somewhere