Hi,
I tried to install PHP 5 with Apache 2 server on Windows environment by following the instruction listed in the install.txt.
In the install.txt, it stated that we should have the following added in the httpd.conf.
LoadModule php5_module c:/php/php5apache.dll
AddModule mod_php5.c
AddType application/x-httpd-php .php
I tried but that does not work for me.
I experimented and got it to work. What I did is to load a differet dll and did not include the the AddModule line.
LoadModule php5_module c:/php/php5apache2.dll
AddType application/x-httpd-php .php
I hope this helps others who have similar situations like mine.
Thanks!
Shwu-Ying
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
