We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc97add commit 32417d5Copy full SHA for 32417d5
.htaccess
@@ -0,0 +1,6 @@
1
+# HTTPS redirect
2
+<IfModule mod_rewrite.c>
3
+RewriteEngine On
4
+RewriteCond %{HTTP:X-Forwarded-Proto} !https
5
+RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
6
+</IfModule>
0 commit comments