ddlam
05-01-2008, 12:53 PM
I followed the guildline in this board to install PHP5.2.5 + Apache2.2.8
http://phpbuilder.com/board/showthread.php?t=10341740
Apache start with no error. I can see html pages.
LoadModule php5_module "C:/Program Files (x86)/Web Server/php5/php5apache2.dll"
is changed to
LoadModule php5_module "D:/php/php5apache2_2.dll"
It also loaded with no error.
but I cannot run <?phpinfo();?> or <?echo "test";?>. http://127.0.0.1/phpinfo.php return original content of <?phpinfo();?>
What can I check now????
I don't want to use xampp as it changes the directory.
http://phpbuilder.com/board/showthread.php?t=10341740
Apache start with no error. I can see html pages.
LoadModule php5_module "C:/Program Files (x86)/Web Server/php5/php5apache2.dll"
is changed to
LoadModule php5_module "D:/php/php5apache2_2.dll"
It also loaded with no error.
but I cannot run <?phpinfo();?> or <?echo "test";?>. http://127.0.0.1/phpinfo.php return original content of <?phpinfo();?>
What can I check now????
I don't want to use xampp as it changes the directory.