hi, Can somoene please tell why when i try and include the following text to apches conf. to load the php modules Apache then doesnt want to start?
# PHP5 LoadModule php5_module "D:/php/php5apache2.dll" AddType application/x-httpd-php .php # Path to php.ini PHPIniDir "D:/php" In my logs i get: httpd.exe: Syntax error on line 475 of D:/Apache2.2/conf/httpd.conf: Cannot load D:/php/php5apache2.dll into server: The specified module could not be found. I dont understand WHY is it saying this because php5apache2.dll is in d:/php dir. Any suggestions? Thanks