我可以有 2 个不同的 DN 区域吗?

发布于 2024-10-21 05:15:25 字数 163 浏览 2 评论 0原文

我在 blog.company.com 上托管了一个 WordPress 博客,现在我尝试在 Heroku 上创建 DNS 条目以获取 mycompany.com,但出现以下错误:

!无法创建区域;已经在 Zerigo 上注册了另一个帐户?

我错过了什么?

谢谢

I have a wordpress blog hosted on blog.company.com, and now I'm trying to create a DNS entry on Heroku to get mycompany.com but I get the following error:

! could not create zone; already registered on Zerigo to a different account?

What am I missing herE?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

汹涌人海 2024-10-28 05:15:25

据猜测,Zerigo 上已经有一个帐户注册了 mycompany.com 区域。

您不能(轻松)将一个域托管在两个单独的 DNS 提供商上,您最好的选择是找到 blog.mycompany.com 的 DNS 主机并在 mycompany.com 域上设置一个子域,例如 www 作为cname 条目添加到 proxy.heroku.com,然后将 www.mycompany.com 添加为您的 heroku 应用程序上的自定义域。

事实上,您收到有关重复区域的消息,Zerigo 是否已经托管 blog.company.com 的 DNS?在这种情况下,登录到控制面板(区域是company.com)并为您的站点添加记录。

At a guess there's already an account on Zerigo that has the zone mycompany.com registered to it.

You can't (easily) have a domain hosted on two seperate DNS providers, you're best option would be to find the DNS host of blog.mycompany.com and setup a subdomain on the mycompany.com domain, eg www as a cname entry to proxy.heroku.com and then add www.mycompany.com as a custom domain on your heroku application.

The fact that you're getting the message about a duplicate zone, is Zerigo already hosting the DNS for blog.company.com perhaps? In which case login to the control panel for that (the zone is company.com) and add a record for your site.

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