GitHub Pages https/www Redirect

后端 未结 2 1538
名媛妹妹
名媛妹妹 2020-12-24 06:45

How can I get https://www.test.com to redirect to https://test.com when using GitHub pages to host a static website?

I recently enabled TLS (provided by GitHub/Lets

2条回答
  •  情歌与酒
    2020-12-24 07:14

    The simplest way would be to add a CNAME record from www.test.com to test.com. This will definitely work, I've done it a million times for my clients while I worked at a certain domain provider. I'm not sure why they didn't suggest that. Ports do not matter here as it is a domain redirect.

提交回复
热议问题