用手機訪問wampserver出現“沒有許可權訪問”解決方案

來源:互聯網
上載者:User

標籤:格式   http   director   中間   aos   dir   技術分享   eof   沒有許可權   

安裝好wamp後,想用手機通過區域網路訪問電腦上wamp/www目錄下的網頁,結果出現如下提示。

Forbidden

You don‘t have permission to access/on this server.

解決如下:

1.開啟http.conf檔案

2.找到

<Directory "E:/wamp/www/">
    ..........(中間部分省略)
  
#   onlineoffline tag - don‘t remove
       Require local
</Directory>

把Require local替換成Require all granted,重啟伺服器。

注意幾種常用格式,自己可以靈活配置:

Require local 僅允許本地訪問;

Require all denied 拒絕所有訪問;

Require all granted 允許所有訪問;

Require ip 192.168.0.1 僅允許IP:192.168.0.1 訪問;

Require not ip 192.168.0.1 僅禁止IP:192.168.0.1訪問;

 

 

轉自:http://blog.csdn.net/tongbiaos/article/details/52811439

用手機訪問wampserver出現“沒有許可權訪問”解決方案

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.