使用github页面将www.example.com重定向到example.com?

时间:2019-05-10 16:37:44

标签: git .htaccess github dns github-pages

如果我们使用自定义域将https://example.comhttps://www.example.com托管在Github页面上,并且我们希望从https://www.example.com重定向到https://example.com,我们该怎么做。

IIUC必须在Github上设置,因为他们正在处理用于自定义域和HTTPS证书生成的DNS。

1 个答案:

答案 0 :(得分:2)

  

[Github]正在处理自定义域的DNS

否,您的域的 DNS 由您处理。您可以将ACNAME记录指向Github管理的IP地址。

要解决您的问题,您需要将www.example.com指向CNAME的{​​{1}}。另外,您还需要检查example.com存储库中的文件CNAME只有example.github.io而不是example.com

https://help.github.com/en/articles/setting-up-a-www-subdomain

请参见以下示例:

www

https://github.com/CheetahTemplate3/cheetahtemplate3.github.io/blob/master/CNAME