We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1d8568 + 1f809fd commit 267f016Copy full SHA for 267f016
.s2i/httpd-cfg/01-commercial.conf
@@ -149,6 +149,8 @@ AddType text/vtt vtt
149
RewriteRule ^(acs/(?:4\.0/)?)?operating/manage-vulnerabilities\.html$ /acs/4.0/operating/manage-vulnerabilities/vulnerability-management.html [NE,R=301]
150
#redirect for missing 4.3 page
151
RewriteRule ^(acs/(?:4\.3/)?)?installing/acs-installation-platforms\.html$ /acs/4.3/installing/acs-high-level-overview.html [NE,R=301]
152
+ #redirects for 4.4 pages in ACS GUI per ROX-23005
153
+ RewriteRule ^(acs/(?:4\.4/)?)?installing/acs-installation-platforms\.html$ /acs/4.4/installing/acs-high-level-overview.html [NE,R=301]
154
155
# remove aro docs to just the welcome page
156
RewriteRule aro/4/(?!welcome)(.*)?$ /container-platform/latest/$1 [L,R=301]
0 commit comments