本地(dev)主机域被忽略,但“阻塞”域工作......?

时间:2018-01-22 11:46:35

标签: laravel ip hosts

我正在使用Laravel项目运行虚拟机。

在浏览器中键入192.168.10.10可以正确地重定向到Laravel主页。 键入testing.test是谷歌搜索'testing.test'。尝试跨IE / Edge,Opera,Chrome。

我的Homestead.yaml配置是:

sites:
    - map: testing.test
      to: /home/vagrant/Code/Laravel/public

我的主机文件是:

# localhost name resolution is handled within DNS itself.
#   127.0.0.1       localhost
#   ::1             localhost
192.168.10.10 testing.test

有趣的是 - 如果我添加

127.0.0.1       www.stackoverflow.com

Stackoverflow将被“阻止”。

同样ping命令的测试。来自192.168.10.10的积极响应。

尝试刷新DNS,关闭IPv6。请帮助:)

1 个答案:

答案 0 :(得分:1)

在hosts文件中的testing.test前添加http://帮助。还从铬和歌剧中清除了dns。 所以hosts文件现在看起来:

192.168.10.10 http://testing.test www.testing.test testing.test