嘗試從網路上的其他裝置存取 WAMP 伺服器會出現 403 禁止

嘗試從網路上的其他裝置存取 WAMP 伺服器會出現 403 禁止

我在我的主 PC 上設定了 WAMP 伺服器。我的目錄中有文件www,可以透過localhost.

問題是,我什至無法從本地電腦透過伺服器 IP 存取伺服器,更不用說 wifi 範圍內的其他設備了。我希望能夠從 LAN 內的其他裝置查看 WAMP 伺服器上的檔案(或專案)。

我已經嘗試過以下方法:

編輯\wamp\alias\phpmyadmin.conf為:

<Directory "c:/wamp/apps/phpmyadmin3.3.8/">
  Options Indexes FollowSymLinks MultiViews
  AllowOverride all
  Order Deny,Allow
  Allow from all
</Directory>

一旦我可以從所有本地設備訪問伺服器,我會將其更改為更安全的內容。

檢查我的路由器設定(康卡斯特數據機/路由器)。目前設定為允許所有設備使用 LAN 到 WAN。

ipconfig立即運行cmd。這些都是沒有 ipv6 的結果

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\Users\agl19_000>ipconfig

Windows IP Configuration

Ethernet adapter Ethernet:
   IPv4 Address. . . . . . . . . . . : 10.0.0.6
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : fe80::ba9b:c9ff:fec1:e082%3
                                       10.0.0.1

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : hsd1.wa.comcast.net.

Tunnel adapter Local Area Connection* 11:

   Connection-specific DNS Suffix  . :
   Default Gateway . . . . . . . . . :

我嘗試過使用10.0.0.6,但收到 403 禁止。另一個可見的 IP 用於路由器。

相關內容