diff --git a/.htaccess b/.htaccess index 2894d32..d17b092 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"