We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304af2f commit d98a7fbCopy full SHA for d98a7fb
_layouts/htaccess.html
@@ -12,5 +12,8 @@
12
{% endif %}
13
{% endfor %}
14
15
+RewriteCond %{HTTPS} off
16
+RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
17
+
18
ErrorDocument 404 /404.html
19
0 commit comments