QueerCodeOrg / queercodeberlin.github.io

The Jekyll website for all Queer Code groups.
https://queer-code.org
The Unlicense
6 stars 12 forks source link

Redirect HTTP requests to their HTTPS version #46

Closed lucymhdavies closed 6 years ago

lucymhdavies commented 6 years ago

Now that we have HTTPS support (yay GitHub!), seems like a good idea to redirect all HTTP to HTTPS.

i.e. http://queer-code.org/foo redirecting to https://queer-code.org/foo

Apparently there's a setting in GitHub pages which lets you do this.

https://help.github.com/articles/securing-your-github-pages-site-with-https/

How to force HTTPS

Egga-zz commented 6 years ago

done