## page was renamed from DNS/ドメイン/naked_domain ## page was renamed from DNS/naked_domain = DNS/naked_domain = "naked domain" とは  www prefix (など)のついていないドメイン名のこと。 [[DNS/zone_apex]] bare domain とも言われる。 ドメイン名を短くすることでアクセスしやすくなると考えるようだが、いろいろの害がある。 11万弱のJPドメインを対象にした調査では70%近くの(naked)ドメインにAレコードが定義されていた。   CNAME になっているものも少数だが存在した。(CNAMEは使えない。) == DNS の制約 == ドメインの根元(の名前)は委譲を受けるために存在しているので、CNAMEであってはならない。 もしURLなどで使いたいのであれば、Aレコードを定義する必要がある。  その場合にはamazon などのCDNは利用できないものと考えるべきである。 == heroku での注意 == https://devcenter.heroku.com/articles/avoiding-naked-domains-dns-arecords {{{ Naked domains, also called bare or apex domains, are configured in DNS via A-records and have serious availability implications when used in highly available environments such as massive on-premise datacenters, cloud infrastructure services, and platforms like Heroku. For maximum scalability and resiliency applications should avoid naked domains and instead rely solely on subdomain-based hostnames. }}} https://devcenter.heroku.com/articles/custom-domains == Google blog の制限 == To simplify custom domain configuration on your blog, Blogger only accepts non-naked domains in our sign-up process. == zone_apex / CNAME 問題 == http://blog.cloudflare.com/zone-apex-naked-domain-root-domain-cname-supp One of the challenges of using a service like Amazon Web Services (AWS) Elastic Cloud (EC2) is you need to point your DNS to a CNAME. The problem is the DNS RFC (RFC1033) requires the "zone apex" (sometimes called the "root domain" or "naked domain") to be an "A Record," not a CNAME. This means that with most DNS providers you can setup a subdomain CNAME to point to EC2, but you cannot setup your root domain as a CNAME to point to EC2. {{{ amazonなどの負荷バランスを使うのにはCNAME が使われるが、 zone apex, bare, naked domain はCNAME RRは定義してはいけない。 }}} http://serverfault.com/questions/305971/problems-with-bare-domains-and-dns-load-balancing だが、naked domain 名をCNAMEにしているドメインもある。  間違いだし、クライアントがアクセスできなくなる可能性もある。 = www or naked = http://www.greenhills.co.uk/2011/06/12/www-or-bare-domain.html {{{ Having the “www” has no technical drawbacks, but bare domains have two: the CNAME problem and the mail problem, which I would like to explore in some more detail. }}} http://david.latapie.name/blog/www-or-naked-domain-a-bottle-of-wine/  www つきを好む理由 double-standard. One sub­do­main = no pre­fix, seve­ral sub­do­mains = pre­fix. Consi­der tab­bed brow­sing. Only one page dis­played, tabs are hid­den. Open a new tab, the tab bar appears out of nowhere. www.domain.fr makes sense for com­mo­ners. domain.fr will only raise the ques­tion « with or without www? » text edi­tors with auto­link usually require a lea­ding www. Without it, one will have to add http:// and will be frus­tra­ted anyway. naked domain serves its own pur­pose: iden­ti­fying the domain itself. Sub­do­mains serve to iden­tify par­ti­cu­lar content in the domain. {{{ Bot­tle of wine: "bot­tle" is the naked domain, "wine" is the sub­do­main. }}} a SSL cer­ti­fi­cate only applies to one sub­do­main.  So www-to-naked (or reverse) won’t work. Google app engine won’t load balance on naked domain. Google consi­ders a www site and a no-www site as dif­ferent sites with dupli­cate content. == unbounce == http://support.unbounce.com/entries/307687-how-can-i-use-a-naked-domain-a-domain-without-the-www-prefix-with-unbounce == www へ == Switching from a 'bare/naked' domain to 'www' http://www.speedilicious.com/support/onboarding/bare-domains/ == JPでの調査 == ||naked||76797|| ||www||16998|| ||total||93795|| 両方を設定:65 www がCNAME: 7628 (多段のCNAMEのものもあるが、RFCでは使わないように書かれている。) {{{ 103 vdw5.mmjp.or.jp 178 www.office.interq.or.jp 189 ghs.google.com }}} amazon を指定しているのは23ドメインでした。 naked で指定されているAレコードの先: www.gmoserver.jp 800 ドメインあまり -- ToshinoriMaeno <>