15158846557 在线咨询 在线咨询
15158846557 在线咨询
所在位置: 首页 > 营销资讯 > 网站运营 > wamp2.5 virtualhost 如何配置?

wamp2.5 virtualhost 如何配置?

时间:2024-01-25 01:50:01 | 来源:网站运营

时间:2024-01-25 01:50:01 来源:网站运营

wamp2.5 virtualhost 如何配置?:回答一下这个三年前的问题

我也遇过这样的问题,因为可能各自的版本不同,百度上的解决方法没一个能用

我是wampserver3.0.6 64bit不知道和2.5差别大不大

首先,登录localhost页面,下拉看到add a virtual host

跳到另一个页面

第一个框和第三个框输入域名和路径,第二个根据自己的情况可写可不写

点击start the creation of virtualhost

重启服务器,完成




以下是对比


这个时候再看操作系统C:/Windows/System32/drivers/etc/hosts

发现文件里添加了两行

127.0.0.1 blog.com::1 blog.com而不是只有单独的

127.0.0.1 blog.com
再看httpd-vhosts.conf文件

添加的是

<VirtualHost *:80> ServerName blog.com DocumentRoot "e:/install/wamp64/www/blog" <Directory "e:/install/wamp64/www/blog/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require local </Directory></VirtualHost>
当然httpd.conf文件还是要保证

# Virtual hostsInclude conf/extra/httpd-vhosts.conf这个状态

关键词:配置

74
73
25
news

版权所有© 亿企邦 1997-2025 保留一切法律许可权利。

为了最佳展示效果,本站不支持IE9及以下版本的浏览器,建议您使用谷歌Chrome浏览器。 点击下载Chrome浏览器
关闭