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

配置文件里面没有 Order Deny,Allow Deny from all Allow from 127.0.0.1这几行

只有

#   onlineoffline tag - don't remove

    Require local

这几行


怎么解决????

提问者:hljgcx 2015-05-13 18:44

个回答

  • hljgcx
    2015-05-13 19:11:01

    原来是版本的问题,只要把Require local改成Require all granted就可以了!