From e93ea04cbebcdc98f1665ba6ad07f3f343c1334d Mon Sep 17 00:00:00 2001 From: Don Naro Date: Tue, 10 Sep 2024 12:32:49 +0100 Subject: [PATCH] rm community ee redirects --- .htaccess | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.htaccess b/.htaccess index 2b856283..eab42aa1 100644 --- a/.htaccess +++ b/.htaccess @@ -367,10 +367,3 @@ RedirectMatch permanent "^\/ansible-tower\/((2\.\d\.\d)|3\.[0-3]\.\d)\/html(_\w+ 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/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"