我使用Laravel Forge / Digital Ocean推出了一个网站,该网站运行良好:
Safari浏览器(手机和笔记本电脑) Google Chrome浏览器(仅限移动版)
但它在我的笔记本电脑上的谷歌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和我的网站发生了什么?
答案 0 :(得分:0)