heroku 识别“myapp.com”;但不是“www.myapp.com”
就像标题中所说,我按照heroku的 说明 并添加了“myapp.com”和“www.myapp.com”作为我的 heroku 应用程序的域。
前者可以正常工作,但后者不能。有什么想法吗?编辑:当我将浏览器指向“www.myapp.com”时,我收到来自我的 ISP Comcast 的错误,指出找不到该 URL。
Just like it says in the title, I followed heroku's instructions and added 'myapp.com' and 'www.myapp.com' as domains for my heroku app.
The former works correctly but the latter does not. Any ideas? EDIT: When I point my browser to 'www.myapp.com', I get an error from Comcast, my ISP, saying that the URL was not found.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过 2 种不同的方式执行此操作:
第一种方式:
第二种方式:
You can do this 2 different ways:
First way:
Second way:
您是否遵循了有关 DNS 设置和为 www.myapp.com 设置 CNAME 的部分?如果是这样,并且您只是进行设置,则所有 DNS 服务器可能需要长达 48 小时才能更新。
如果情况并非如此,请确保您的 CNAME 记录与域主机正确设置,以便其了解
www
子域。You followed the part about DNS setup and setting up a CNAME for www.myapp.com? If so and you just set it up, it can take as many as 48 hours for all the DNS servers to update.
If that's not the case, make sure you have your CNAME record set up correctly with the domain's host so it knows about the
www
subdomain.