php installation on win xp with apache
my operating system : windows xp
apache version: 2.2.2
php version: 5.2.5
I installed apache it worked fine. When I installed php 5.2.5 I am running into problems: it says it cannot load the module into server. It is referring to the same config file of apache where I added the following lines:
LoadModule php5_module "c:/Apache/php/php5apache2.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/Apache/php"
I have saved php in apache folder and I can see the php5apache2.dll there.
Can I get some help here ? thanks
|