From 0003fa3edbfbc06ed5d1026e67c6a49f5ddc8a2e Mon Sep 17 00:00:00 2001 From: Ben Scott Date: Thu, 14 Jul 2022 12:12:04 -0400 Subject: [PATCH] Adding redirect rule for 404'd external DNS page --- .s2i/httpd-cfg/01-commercial.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.s2i/httpd-cfg/01-commercial.conf b/.s2i/httpd-cfg/01-commercial.conf index d360f2bc58..46e9fe1dcb 100644 --- a/.s2i/httpd-cfg/01-commercial.conf +++ b/.s2i/httpd-cfg/01-commercial.conf @@ -163,6 +163,9 @@ AddType text/vtt vtt RewriteRule ^container-platform/(4\.8|4\.9)/updating/installing-update-service.html /container-platform/$1/updating/updating-restricted-network-cluster.html [NE,R=301] RewriteRule ^container-platform/(4\.8|4\.9)/updating/understanding-the-update-service.html /container-platform/$1/updating/updating-restricted-network-cluster.html [NE,R=301] + # Redirect for renamed external DNS page + RewriteRule ^container-platform/4\.10/networking/external_dns_operator/nw-installing-external-dns-operator.html /container-platform/4.10/networking/external_dns_operator/nw-installing-external-dns-operator-on-cloud-providers.html [NE,R=302] + # CNV scenarios based redirect RewriteRule ^container-platform/4\.8/virt/learn_more_about_ov.html /container-platform/4.8/virt/virt-learn-more-about-openshift-virtualization.html [NE,R=301]