Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod authored Nov 20, 2024
1 parent a4b3ab2 commit 5e94782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5e94782

Please sign in to comment.