Skip to content

Commit 1f809fd

Browse files
committed
Redirect for 4.4 release to fix broken GUI link
1 parent 4892cac commit 1f809fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ AddType text/vtt vtt
149149
RewriteRule ^(acs/(?:4\.0/)?)?operating/manage-vulnerabilities\.html$ /acs/4.0/operating/manage-vulnerabilities/vulnerability-management.html [NE,R=301]
150150
#redirect for missing 4.3 page
151151
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]
152154

153155
# remove aro docs to just the welcome page
154156
RewriteRule aro/4/(?!welcome)(.*)?$ /container-platform/latest/$1 [L,R=301]

0 commit comments

Comments
 (0)