English 中文(简体)
AppHarbor 将我的域名指向 www.hostname.com, 但不是主机名. com 。
原标题:AppHarbor points my domain to www.hostname.com but not hostname.com

我有兴趣让网站为这两个urls- www.example.com 和 example.com.com 提供网站。 DNS 工作得当,将www.example.com 改为 184.722.32.XXX, 显示网站,但不显示示例.com。 我尝试了两个主机名设置 :

  1. www.example.com, canonical=true
  2. *.example.com (unable to set canonical)

两个主机名配置结果相同 。

最佳回答

您也需要添加“ example. com ” (并保留“ *. example. com ” ) 。 通配符只匹配子域。 如果您想要将 www 版本作为主机主机名, 您也需要添加 。

问题回答

暂无回答




相关问题
How do I build a DNS Query record in Erlang?

I am building a native Bonjour / Zeroconf library and need to build DNS query records to broadcast off to the other machines. I have tried looking thru the Erlang source code but as I am relatively ...

powerdns-on-rails ArgumentError

My Environments: CentOS 5 ruby 1.8.6 (2008-08-11 patchlevel 287) [x86_64-linux] Ruby Enterprise Edition 20090610 passneger or webrick I use this gem list. *** LOCAL GEMS *** actionmailer (2.3.2, 2....

简讯

我是否可以使用某些软件来建立简便的航天国家服务器,最好是在 Java? 所有我都希望我的航天国家服务机在任何要求中都用同样的IP地址来回答。

Domains & Foreward Slash

This is rather difficult to explain so please bear with me. We will be hosting 4 websites on our server and the plan is to have each site sit under its own domain: site-a.com site-b.com sub1.site-b....

Checking if a domain name is registered

How would I go about checking if a domain name is registered? I was thinking about checking if it has a corresponding IP but it doesn t seem to work as well as I had hoped. Is there a solution in ...

How do I setup a reverse DNS entry in Plesk 9.2.2 frontent?

I need to get a reverse DNS entry into my zones file for one of my domains hosted under Plesk 9.2.2. Does anybody have ANY idea how this done? If all else fails I will have to update the zones file ...

热门标签