File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,10 @@ AddType text/vtt vtt
153
153
RewriteRule ^(acs/(?:4\.4/)?)?installing/acs-installation-platforms\.html$ /acs/4.4/installing/acs-high-level-overview.html [NE,R=301]
154
154
#redirect Architecture page for ACS Cloud into Cloud directory
155
155
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
158
160
RewriteRule aro/4/(?!welcome)(.*)?$ /container-platform/latest/$1 [L,R=301]
159
161
160
162
# Redirects for "latest" version
You can’t perform that action at this time.
0 commit comments