我把wampserver 3.0.6放在网上但是无法从第二台PC上访问

时间:2017-10-03 11:20:21

标签: wampserver

put WampServer 3.0.6 online,更新了我的http-vhosts.conf

<VirtualHost *:80>
    ServerName www.comparetherapies.dev
    ServerAlias www.comparetherapies.dev
    DocumentRoot C:/Users/steve/Dropbox/WAMP/WWW/comparetherapies
    <Directory  "C:/Users/steve/Dropbox/WAMP/WWW/comparetherapies">
        Options +Indexes +Includes +FollowSymLinks +MultiViews
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

并在第二个PC的hosts文件中添加了一行:

10.0.0.14 www.comparetherapies.dev

其中10.0.0.14是使用WampServer的第一台PC的IP。

但是,当我尝试在第二台PC的浏览器中加载www.comparetherapies.dev时,收到connection timed out错误。

帮助表示赞赏。

1 个答案:

答案 0 :(得分:0)

我查看了第一台PC的Windows防火墙,发现没有允许Apache通过防火墙的规则。

c:\wamp\bin\apache\apache2.4.23\bin\httpd.exe的第一台PC(私人和公共)上添加Windows防火墙例外,我可以从第二台PC上查看该网站。