Skip to content

Commit

Permalink
Merge pull request #56 from ctubbsii/add-htaccess-https-redirect
Browse files Browse the repository at this point in the history
Redirect visitors from HTTP to HTTPS
  • Loading branch information
bdelacretaz committed Feb 9, 2021
2 parents 88e31e6 + 7497efe commit 2defdbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/.htaccess
@@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]

0 comments on commit 2defdbe

Please sign in to comment.