【问题标题】:Remote Access WAMP from phone从手机远程访问 WAMP
【发布时间】:2016-07-02 05:50:09
【问题描述】:

我遇到了与这个问题中描述的相同的问题

Forbidden error when accessing wamp from local network

我尝试了所有这些但没有用:(

【问题讨论】:

    标签: apache permissions wamp local configure


    【解决方案1】:

    我找到了我的问题的解决方案。

    httpd.conffile 中更改以下内容

    DocumentRoot "J:/wamp/www/"
    #
    # Each directory to which Apache has access can be configured with respect
    # to which services and features are allowed and/or disabled in that
    # directory (and its subdirectories). 
    #
    # First, we configure the "default" to be a very restrictive set of 
    # features.  
    #
    <Directory />
        Options FollowSymLinks 
        AllowOverride All 
        Order allow,deny 
        Allow from all 
    </Directory>
    

    还有这个,

    #   onlineoffline tag - don't remove
        Order Allow,Deny 
        Allow from all 
        Allow from 127.0.0.1 
    </Directory>
    

    它对我来说很好用。

    我从Github找到了解决方案

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-08-24
      • 2015-11-18
      • 1970-01-01
      • 2012-03-26
      • 2014-05-21
      • 2020-03-27
      相关资源
      最近更新 更多