heroku 识别“myapp.com”;但不是“www.myapp.com”

发布于 2024-11-24 11:49:30 字数 254 浏览 1 评论 0原文

就像标题中所说,我按照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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南街九尾狐 2024-12-01 11:49:30

您可以通过 2 种不同的方式执行此操作:

第一种方式:

  1. 在您的 heroku 自定义域中添加 www.myapp.com。
  2. 在您的 DNS 中,将 www CNAME 指向 proxy.heroku.com

第二种方式:

  1. 将子域重定向到 myapp.com

You can do this 2 different ways:

First way:

  1. In your heroku custom domains add www.myapp.com.
  2. In your DNS point the www CNAME to proxy.heroku.com

Second way:

  1. Have you subdomain redirect to myapp.com
感受沵的脚步 2024-12-01 11:49:30

您是否遵循了有关 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文