Hacker News new | ask | show | jobs
by Im_a_throw_away 3544 days ago
GitHub Pages already have a CDN, so why add cloudflare?

And as mentioned in my post, Github doesn't let you have some kind of htaccess, so no 301 redirect are possible. And I need that feature.

1 comments

Cloudflare allows you to perform redirects.

https://support.cloudflare.com/hc/en-us/articles/200172286-H...

And cloudflare let's you add free SSL/https to your custom domain.

Github pages supports auto-redirect between www and apex domains (redirecting from whichever you make the primary approach from the other) does that cover your 301 needs or are you needing it more broadly than that?