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 f1954dc commit 4355a6eCopy full SHA for 4355a6e
public/.htaccess
@@ -5,6 +5,10 @@
5
6
RewriteEngine On
7
8
+ # Redirect to https
9
+ RewriteCond %{HTTPS} off
10
+ RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
11
+
12
# Handle Authorization Header
13
RewriteCond %{HTTP:Authorization} .
14
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
0 commit comments