domain doesn't redirect to sub

I have a personal blog site hosted on github pages. I've updated the repository settings and DNS settings according to offical document. Unfortunately redirection doesn't work properly, access to original github URL is not forwarded to my sub-domain but top domain name. What's going wrong?

My github page repository is skyscribe.github.io and in the project setting, I've set the custom domain as www.skyscribe.me ; now when I navigate to skyscribe.github.io , it just redirects to skyscribe.me than www.skyscribe.me .

EDIT : I have setup my CNAME in DNS resolver properly.


You will need to add a CNAME file.

Also I just checked, it seems to be redirecting to www.skyscribe.me

链接地址: http://www.djcxy.com/p/89076.html

上一篇: 在Jekyll和GitHub Pages中重定向旧页面的最佳方法是什么?

下一篇: 域不会重定向到子