Posted by php-newbe on 07/27/06 17:38
I have installed Apache2.2 (C:\Program Files\Apache Software
Foundation\Apache2.2) and it works..
Then I have installed php5 (c:\php)
To configure Apache to use php as the Apache Module I did the
following:
Renamed the file php.ini-recommended to php.ini and moved it in
c:\windows\
Copied file php5ts.dll and moved it to c:\windows\system
Added to httpd.conf file these three entry:
- - - - - - - - - - - - - - - -- - - -
LoadModule php5_module "c:/php/php5apache2.dll"
# configure the path to php.ini
PHPIniDir "C:/widnows/"
AddType application/x-httpd-php .phtml .php
- - - -- - - - - - -
As a result Apache doesn't parse php
I tried to change the location of php.ini file several times but it
still doesn't work.
Please help,
Thank you!
Navigation:
[Reply to this message]
|