为了账号安全,请及时绑定邮箱和手机立即绑定

WAMPserver配置多站点后 打开配置的站点域名 然后就进入localhost了

为什么不能直接进入域名首页

正在回答

3 回答

请域名需要服务器上解析吗? 急。。。现在有三个疑惑:1、我能租一个独立ESC服务器,然后建立多个虚拟主机和网站吗?   2、如果建立多个虚拟主机对SEO有影响吗?    3、配置外部域名请问需要服务器上解析吗?

0 回复 有任何疑惑可以回复我~
# Virtual Hosts


<VirtualHost *:80>
    ServerName localhost
    DocumentRoot F:/Demo/
    <Directory  "F:/Demo/">
        Options +Indexes +Includes +FollowSymLinks +MultiViews
        AllowOverride All
        Require local
    </Directory>
</VirtualHost>


<VirtualHost *:80>
    ServerName test01.com
    DocumentRoot F:/Demo/test01/
    <Directory  "F:/Demo/">
        Options +Indexes +Includes +FollowSymLinks +MultiViews
        AllowOverride All
        Require local
    </Directory>
</VirtualHost>


<VirtualHost *:80>
    ServerName test02.com
    DocumentRoot F:/Demo/test02
    <Directory  "F:/Demo/">
        Options +Indexes +Includes +FollowSymLinks +MultiViews
        AllowOverride All
        Require local
    </Directory>
</VirtualHost>


0 回复 有任何疑惑可以回复我~

看看你的配置文件vhost.php

0 回复 有任何疑惑可以回复我~
#1

Kuohsin 提问者

在下面 之前改了端口8080
2017-02-20 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

WAMPserver配置多站点后 打开配置的站点域名 然后就进入localhost了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信