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

最新版WAMPServer怎么多站点配置?

最新版WAMPServer:

Apache 2.4.9

PHP 5.5.12

MySQL 5.6.17

提问者:qq_原点 2015-05-31 15:32

个回答

  • 慕少6877548
    2016-01-09 14:41:34

    <Directory “c:/wamp/www/”>
    AllowOverride all
    Require all granted   #添加允许外部访问
    #
    # Controls who can get stuff from this server.
    #
    #   onlineoffline tag – don’t remove
    # Require local  #注释请求本机访问,将这行注释掉
    </Directory>