From a0342ca22a65625f95bba560024bb2e6ef6b0fe0 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Sat, 22 Jan 2022 12:30:41 -0600 Subject: [PATCH] Try change --- www/.htaccess | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/www/.htaccess b/www/.htaccess index 0673a55..b62d905 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -1,3 +1,8 @@ + + +Redirect /docs/wiki/ https://wiki.rusefi.com + + RewriteEngine On @@ -7,9 +12,3 @@ RewriteRule docs/wiki/$ /Home [R] RewriteCond %{HTTPS} !=on RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L] - - - -Redirect /docs/wiki$ https://wiki.rusefi.com -Redirect /docs/wiki/$ https://wiki.rusefi.com -