我使用 Laravel Forge/Digital Ocean 启动了一个网站,该网站在以下方面运行良好:
Safari 浏览器(手机和笔记本电脑) Google Chrome 浏览器(仅限手机)
但它在我笔记本电脑上的 Google Chrome 浏览器中不起作用(这很奇怪,如果它在 chrome 移动浏览器中起作用)。
这是我尝试在笔记本电脑上使用 Chrome 访问它时遇到的错误:
This webpage is not available
ERR_NAME_NOT_RESOLVED
The server at www.mywebpage.com can't be found, because the DNS lookup failed. DNS is the network service that translates a website's name to its Internet address. This error is most often caused by having no connection to the Internet or a misconfigured network. It can also be caused by an unresponsive DNS server or a firewall preventing Google Chrome from accessing the network.
我知道名称服务器设置正确,并且在我的名称记录下设置了两个 A 字段:
mywebpage.com A
*.mywebpage.com A
Chrome 和我的网站发生了什么事?