From fce0d28119f5ca64e0ca2a205ac1234176f2b6b7 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Wed, 20 Nov 2024 16:55:47 +0000 Subject: [PATCH] Update .htaccess --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index a1d6aa6..44cda57 100644 --- a/.htaccess +++ b/.htaccess @@ -35,7 +35,7 @@ RedirectMatch permanent "^/ansible/2.6/user_guide/quickstart.html" "/ansible/lat RedirectMatch permanent "^/ansible/2.6/vmware/index.html" "/ansible/latest/collections/community/vmware/index.html" # EOL Archive Redirects for all the rest -RedirectMatch permanent "^/ansible/(2\.(10|[3-6]))/(.+)\.html$" "/ansible/latest/$1.html" +RedirectMatch permanent "^/ansible/(2\.(10|[3-6]))/(.+)\.html$" "/ansible/latest/$3.html" ##################################################################### # Other redirects