Skip to content

Commit

Permalink
Added force redirect from HTTP to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
swlaschin committed Dec 12, 2017
1 parent 3bfae26 commit 1203d93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .htaccess
@@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

0 comments on commit 1203d93

Please sign in to comment.