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

再次访问localhost的问题

按照视频配置OK了。此时如果再去访问http://localhost 

Forbidden You don't have permission to access / on this server. 有解决方法吗? Apache2.4.9

提问者:深海藏蓝 2016-03-19 17:09

个回答

  • ch3co3h
    2016-03-20 20:30:28

    /*httpd-vhosts.conf*/

    <VirtualHost *:80>

        DocumentRoot "e:/php/wamp/"

    </VirtualHost>