From 5e94782841094dfa6cb59c23956fe7647a0c2fa4 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Wed, 20 Nov 2024 16:55:31 +0000 Subject: [PATCH] Update .htaccess --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 2894d32a..d17b0921 100644 --- a/.htaccess +++ b/.htaccess @@ -19,7 +19,7 @@ RedirectMatch permanent "^/((?!index|404|automation.*|ansible_community|collecti RedirectMatch permanent "^/ansible/(devel|latest)/(plugins|modules)/(.+)\.html$" "https://docs.ansible.com/collections.html" # Redirect plugin and module pages for versions 2.3 to 2.6 and 2.10 -RedirectMatch permanent "^/ansible/(2\.(10|[3-6]))/(plugins|modules)/(.+)\.html$" "https://docs.ansible.com/collections.html" +RedirectMatch permanent "^/ansible/(2\.[3-6])/(plugins|modules)/(.+)\.html$" "https://docs.ansible.com/collections.html" # Vault redirects (2.3, 2.4, 2.5, 2.6) RedirectMatch permanent "^/ansible/(2\.(5|6))/user_guide/playbooks_vault.html" "/ansible/latest/vault_guide/index.html"