php+apache

1:安装php,apache,VC redistribute,注意版本对应
2:修改apache/conf/httpd.conf
   ServerRoot
   LoadModule php5_module "c:/php/php5apache2_2.dll"(只有thread-safe的php才有这个dll,不要下载not-thread-safe)
   AddType application/x-httpd-php .php

Refer: http://stackoverflow.com/questions/5121495/php-code-is-not-being-executed-instead-code-shows-on-the-page

猜你喜欢

转载自lg-asus.iteye.com/blog/2295986