我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
错误。
帮助表示赞赏。
答案 0 :(得分:0)
我查看了第一台PC的Windows防火墙,发现没有允许Apache通过防火墙的规则。
在c:\wamp\bin\apache\apache2.4.23\bin\httpd.exe
的第一台PC(私人和公共)上添加Windows防火墙例外,我可以从第二台PC上查看该网站。