Is there an alternative to .htaccess for GitHub Pages?

前端 未结 4 753
天涯浪人
天涯浪人 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条回答
  •  失恋的感觉
    2020-12-09 14:58

    I'm using a 404.html to redirect users from old S9Y index.php to my new blog on Github Pages. Check this commit: https://github.com/lionello/lionello.github.io/commit/c175f6524a53e29aea1890c8a758afd0e8944852

提交回复
热议问题