rusefillc 2021-11-15 22:29:54 -05:00
parent 45ba5e766f
commit 5d65c70a62
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule docs/wiki$ /docs/wiki/Home [R]
RewriteRule docs/wiki/$ /docs/wiki/Home [R]
RewriteCond %{HTTPS} !=on
RewriteRule .* https://rusefi.com%{REQUEST_URI} [R,L]
</IfModule>