Skip to content

Commit 8ab3caf

Browse files
Merge pull request #78589 from agantony/ROX25191-main
[RHACS] ROX-25191: Redirect rule for Managing compliance and Compliance Operator
2 parents bad83c0 + 6d77254 commit 8ab3caf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.s2i/httpd-cfg/01-commercial.conf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,10 @@ AddType text/vtt vtt
153153
RewriteRule ^(acs/(?:4\.4/)?)?installing/acs-installation-platforms\.html$ /acs/4.4/installing/acs-high-level-overview.html [NE,R=301]
154154
#redirect Architecture page for ACS Cloud into Cloud directory
155155
RewriteRule ^acs/(4\.4)/architecture/acscs-architecture\.html$ /acs/latest/cloud_service/acscs-architecture.html [NE,R=302]
156-
157-
# remove aro docs to just the welcome page
156+
#redirect Managing compliance and Compliance Operator pages as per https://github.com/openshift/openshift-docs/pull/78035
157+
RewriteRule ^acs/(4\.5)/operating/manage-compliance-operator/compliance-operator-rhacs\.html$ /acs/latest/operating/compliance-operator-rhacs.html [NE,R=302]
158+
159+
#remove aro docs to just the welcome page
158160
RewriteRule aro/4/(?!welcome)(.*)?$ /container-platform/latest/$1 [L,R=301]
159161

160162
# Redirects for "latest" version

0 commit comments

Comments
 (0)