rusefillc 2021-11-16 00:12:57 -05:00
parent 683279fd07
commit 47e165af7a
1 changed files with 1 additions and 1 deletions

View File

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