Permanent redirect from Github gh-pages

后端 未结 3 519
再見小時候
再見小時候 2021-02-07 08:13

I want to create a homepage and, for now, I think Github\'s pages features will serve my needs. However, I might want to switch to a more full-blown CMS/blog engine later on.

3条回答
  •  半阙折子戏
    2021-02-07 08:33

    For the security of their users, GitHub Pages does not support customer server configuration files such as .htaccess or .conf. However, using the Jekyll Redirect From plugin, you can automatically redirect visitors to the updated URL.

    More info can be found here: https://help.github.com/articles/redirects-on-github-pages/

提交回复
热议问题