首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > Apache >

windows上apache配置PHP

2012-07-30 
windows下apache配置PHP在conf/httpd.conf中添加以下内容#Where the php.ini file is locatedPHPIniDir C

windows下apache配置PHP


在conf/httpd.conf中添加以下内容

#Where the php.ini file is located

PHPIniDir "C:/Program Files/PHP/php5.3.4/"
#How to process PHP code
LoadModule php5_module "C:/Program Files/PHP/php5.3.4/php5apache2_2.dll"
#Files that end in .php should be processed as PHP code
AddType application/x-httpd-php .php

热点排行