search

Home  >  Q&A  >  body text

How does gitcafe bind the xxx.com domain name, not www.xxx.com

Gitcafe prompts that only cname can be used. Can it only be accessed through www.xxx.com and cannot be accessed through xxx.com?

http://xdxd.love It’s ok. Thank you all.

PHP中文网PHP中文网2794 days ago1284

reply all(4)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-05-02 09:28:32

    Since CNAME resolution generally does not support the top-level domain name, that is, the domain name of xxx.com, we must find a way to resolve it to type A, that is, resolve it to the IP address.

    Post a feeling that I just parsed: http://fafuli.club/test.html, original address: http://wucao.gitcafe.io/test.html

    This method also applies to GitHub!

    First find the IP address corresponding to xxx.gitcafe.io

    You can use Windows ping command:

    Set up A domain name resolution

    Fill in the record value with the IP address obtained in the previous step

    Configure the xxx.com domain name on gitcafe

    reply
    0
  • 阿神

    阿神2017-05-02 09:28:32

    Gitcafe没试过,不过Github Pages是完全没有限制的,cname是去你的域名提供商哪里进行绑定解析的,我用的的是DNSPOD, put

    mikicomo.github.io

    Resolved

    mikicomo.info

    reply
    0
  • 阿神

    阿神2017-05-02 09:28:32

    Www operates as you want. For domain name resolution, the two are equivalent.

    reply
    0
  • ringa_lee

    ringa_lee2017-05-02 09:28:32

    This approach is not allowed in the RFC standard, but many DNS implementations support binding CNAME on top-level domain names...

    http://serverfault.com/questions/613829/why-cant-a-cname-record-be-used-at-the-apex-aka-root-of-a-domain

    reply
    0
  • Cancelreply