码迷,mamicode.com
首页 > Windows程序 > 详细

php_windows搭建

时间:2014-04-30 00:19:24      阅读:596      评论:0      收藏:0      [点我收藏+]

标签:des   com   http   blog   style   class   img   log   ext   c   width   

mamicode.com,码迷 

 

 

 

Php文件放到:

D:\web\Apache2.2\htdocs

修改 

D:\web\PHP\php.ini

拓展

 

修改  

D:\web\Apache2.2\conf\httpd.conf  支持php ,配置本机模拟域名

</IfModule>后添加

配置支持php
LoadModule php5_module "D:/web/PHP/php5apache2_2.dll"
AddType application/x-httpd-php .php

 

 配置 本机模拟域名

一:

NameVirtualHost *:80
<VirtualHost *:80>
 ServerName www.metinfo.com
 DocumentRoot "D:/web/Apache2.2/htdocs/MetInfo "
<Directory "D:/web/Apache2.2/htdocs/MetInfo">
 Options FollowSymLinks IncludesNOEXEC Indexes
 DirectoryIndex index.php index.html index.shtml
 AllowOverride None
 Order Deny,Allow
 Allow from all
</Directory>
</VirtualHost>

 

二、配置httpd.conf
# Virtual hosts
#Include conf/extra/httpd-vhosts.conf       //取消这一行的#

 

需要在C:\Windows\System32\drivers\etc\hosts 添加

127.0.0.1 www.metinfo.com

 

重启服务器:

php_windows搭建,码迷,mamicode.com

php_windows搭建

标签:des   com   http   blog   style   class   img   log   ext   c   width   

原文地址:http://www.cnblogs.com/cphmvp/p/3696921.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!