问答详情
源自:2-4 WAMPServer多站点配置

配置结束了,test01和test02可以了,,,localhost 反而打不开了,改怎么设置了

配置结束了,test01和test02可以了,,,localhost 反而打不开了,改怎么设置了

提问者:快乐崇拜tager 2016-07-13 17:33

个回答

  • xiejinhui
    2016-07-15 16:25:21

    这个问题我也遇到过 就是开localhost和test的时候出现forbidden吧。你到wamp\bin\apache\apache2.4.9\conf\extra里面的httpd-vhosts.conf添加多一个站点就可以了 

    <VirtualHost *:80>

        DocumentRoot "d:/demo"

        ServerName localhost

    </VirtualHost>

    这样你就可以运行test.php了 但是localhost运行会有一点小问题 因为你的demo里面没有index.php