From de0b0289d6bc5a9f95ce7dab22399fe413ff5083 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 15 Nov 2021 21:56:22 -0500 Subject: [PATCH] current file --- misc/www/.htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 misc/www/.htaccess 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] +