From ae1b35ce91b6c101e4a31c55a2fe33cb352ecd53 Mon Sep 17 00:00:00 2001 From: bossenti Date: Tue, 28 Nov 2023 13:55:43 +0100 Subject: [PATCH] undo changes to .htaccess --- .htaccess | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index 23b3dd5af..a1a63395c 100644 --- a/.htaccess +++ b/.htaccess @@ -17,7 +17,4 @@ RewriteEngine On RewriteCond %{HTTPS} !=on -RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] - -RewriteRule ^docs\/*$ docs/user-guide-introduction/ [L] # forward base path of docs to introduction page -RewriteRule "/docs/0.92.0/concepts-overview/06_extend-tutorial-adapters.md/" "docs/0.92.0/extend-tutorial-data-sources/" # forward wrong link definition to correct target \ No newline at end of file +RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] \ No newline at end of file