码迷,mamicode.com
首页 > Web开发 > 详细

在phpStudy怎么配置虚拟地址

时间:2017-09-05 14:39:41      阅读:424      评论:0      收藏:0      [点我收藏+]

标签:服务   www   去掉注释   例子   sts   文件   host   etc   conf   

C:\phpStudy\Apache\conf httpd.conf中Include conf/extra/httpd-vhosts.conf去掉注释
进入C:\phpStudy\Apache\conf\extra 中httpd-vhosts.conf中配置网址
例子:
<VirtualHost *:80>
DocumentRoot "D:\WWW\ajax"
ServerName www.ajax.com
</VirtualHost>
最后
C:\Windows\System32\drivers\etc\hosts (配置网址)
127.0.0.1 www.ajax.com
重启服务器

C:\phpStudy\Apache\conf httpd.conf(解决网址无法访问)
例子

C:\phpStudy\Apache\conf httpd.conf文件中Include conf/extra/httpd-vhosts.conf注释加上
C:\phpStudy\Apache\conf\extra中httpd-vhosts.conf全部注释

在phpStudy怎么配置虚拟地址

标签:服务   www   去掉注释   例子   sts   文件   host   etc   conf   

原文地址:http://www.cnblogs.com/tangtangsimida/p/7478394.html

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