github pages 開啟 https 及配置 www

jiaxianhua發表於2019-05-13

help.github.com/en/articles…

配置 www 域名

Setting up a www subdomain

To set up a www subdomain, such as www.example.com you must configure a CNAME record with your DNS provider.

警告:如果您的域啟用了 HTTPS 強制實施,GitHub Pages 的伺服器將不會自動路由重定向。您必須使用 www 域名註冊商配置子域名和根域重定向。

github pages.png

開啟 https

help.github.com/en/articles… help.github.com/en/articles…

  1. 新增 A 記錄,至少有一條 A 指向以下 ip 地址。
  2. 新增 wwwCNAME 記錄,指向 github pages 地址。
185.199.108.153
185.199.109.153
185.199.110.153
185.199.111.153
複製程式碼

DNS.png

如果 Enforce HTTPS 不可開啟,先把 Custom domain 清空儲存,再填入之前的地址,如 www.iosdevlog.com,等上 1,2 分鐘應該就可以開啟 https 了。

測試一下

輸入 www.iosdevlog.comiosdevlog.com 都會跳轉到 www.iosdevlog.com/

iosdevlog.com.png

參考:help.github.com/en/articles…

相關文章