Skip to content

Commit

Permalink
redirect ee getting started docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Oct 19, 2023
1 parent 55c6f2c commit 0987fbe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,12 @@ RedirectMatch permanent "^\/ansible-tower\/((2\.\d\.\d)|3\.[0-3]\.\d)\/html(_\w+
# Redirect all ansible-lint pages to ReadTheDocs

RedirectMatch permanent "^/ansible-lint/*" "https://ansible-lint.readthedocs.io"

# Redirect getting started with execution environments to ecosystem docsite

RedirectMatch permanent "^/ansible/(devel|latest)/getting_started_ee/index.html" "https://ansible.readthedocs.io/en/latest/getting_started_ee/index.html"
RedirectMatch permanent "^/ansible/(devel|latest)/getting_started_ee/introduction.html" "https://ansible.readthedocs.io/en/latest/getting_started_ee/introduction.html"
RedirectMatch permanent "^/ansible/(devel|latest)/getting_started_ee/setup_environment.html" "https://ansible.readthedocs.io/en/latest/getting_started_ee/setup_environment.html"
RedirectMatch permanent "^/ansible/(devel|latest)/getting_started_ee/build_execution_environment.html" "https://ansible.readthedocs.io/en/latest/getting_started_ee/build_execution_environment.html"
RedirectMatch permanent "^/ansible/(devel|latest)/getting_started_ee/run_execution_environment.html" "https://ansible.readthedocs.io/en/latest/getting_started_ee/run_execution_environment.html"
RedirectMatch permanent "^/ansible/(devel|latest)/getting_started_ee/run_community_ee_image.html" "https://ansible.readthedocs.io/en/latest/getting_started_ee/run_community_ee_image.html"

0 comments on commit 0987fbe

Please sign in to comment.