Is there an alternative to .htaccess for GitHub Pages?

前端 未结 4 752
天涯浪人
天涯浪人 2020-12-09 14:24

I understand that .htaccess is not supported by GitHub Pages. Is there an alternative for password-protecting particular directories for websites hosted by GitH

4条回答
  •  -上瘾入骨i
    2020-12-09 15:00

    Although you can't use .htaccess or .conf, Github has instructions on how to use the Jekyll Redirect From plugin.

    https://help.github.com/articles/redirects-on-github-pages/

提交回复
热议问题