We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98416cb commit daf53e7Copy full SHA for daf53e7
static/.htaccess
@@ -0,0 +1,5 @@
1
+<IfModule mod_rewrite.c>
2
+RewriteEngine On
3
+RewriteCond %{HTTPS} off
4
+RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
5
+</IfModule>
0 commit comments