current file

This commit is contained in:
rusefillc 2021-11-15 21:56:22 -05:00
parent 4ed25bff52
commit de0b0289d6
1 changed files with 5 additions and 0 deletions

5
misc/www/.htaccess Normal file
View File

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