标签:mil custom 修改 root 开发 httpd http 文件 本地
本地配置域名:
第一步: 修改 wind32 / host 文件 127.0.0.01 www.mytpshop.com
第二步: 开启httpd.conf文件 Include conf/extra/httpd-vhosts.conf
第三步: 在httpd-vhost.conf文件里 加入
<VirtualHost *:80>
ServerAdmin www.mytpshop.com
DocumentRoot "D:\phpStudy\WWW\Fanmili"
ServerName www.mytpshop.com
ServerAlias www.mytpshop.com
ErrorLog "logs/mytpshop-error.log"
CustomLog "logs/mytpshop-access.log" common
</VirtualHost>
标签:mil custom 修改 root 开发 httpd http 文件 本地
原文地址:http://www.cnblogs.com/leijiangsheng/p/6129503.html