环境,基配
Apache2.2
php-5.2.17-Win32-VC6-x86
安装apache D:\Program\Apache
Software Foundation\Apache2.2
解压php D:\Program\php-5.2.17-Win32-VC6-x86
php目录
把php.ini-dist 复制粘贴为 php.ini
Apache2.2目录
conf/httpd.conf
模块加载最后添加:
#php5 support
LoadModule php5_module
D:/Program/php-5.2.17-Win32-VC6-x86/php5apache2_2.dll
#AddHandler application/x-httpd-php .php
#configure the path to php.ini
PHPIniDir
"D:/Program/php-5.2.17-Win32-VC6-x86"
类型解析增加
#php file resolved
AddType application/x-httpd-php .php
AddType
application/x-httpd-php .html
基配完成。。。。最后用的这俩文件 |
没有评论 :
发表评论