diff --git a/misc/www/.htaccess b/misc/www/.htaccess new file mode 100644 index 0000000000..c597923cdc --- /dev/null +++ b/misc/www/.htaccess @@ -0,0 +1,5 @@ + +RewriteEngine On +RewriteCond %{HTTPS} !=on +RewriteRule .* https://rusefi.com%{REQUEST_URI} [R,L] +