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 3e80d17 commit f1818ddCopy full SHA for f1818dd
.htaccess
@@ -6,6 +6,10 @@ RewriteRule (.+)\.md /
6
7
AddType 'application/x-font-woff' .woff
8
9
+# HTTPS to HTTP
10
+RewriteCond %{HTTPS} on
11
+RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
12
+
13
# BEGIN GZIP
14
<ifmodule mod_deflate.c>
15
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript application/x-font-woff application/octet-stream
0 commit comments