Skip to content

Commit 2c1d7c3

Browse files
committed
Add redirect for ACS Cloud architecture page
1 parent 2282866 commit 2c1d7c3

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
@@ -151,6 +151,8 @@ AddType text/vtt vtt
151151
RewriteRule ^(acs/(?:4\.3/)?)?installing/acs-installation-platforms\.html$ /acs/4.3/installing/acs-high-level-overview.html [NE,R=301]
152152
#redirects for 4.4 pages in ACS GUI per ROX-23005
153153
RewriteRule ^(acs/(?:4\.4/)?)?installing/acs-installation-platforms\.html$ /acs/4.4/installing/acs-high-level-overview.html [NE,R=301]
154+
#redirect Architecture page for ACS Cloud into Cloud directory
155+
RewriteRule ^acs/(4\.4)/architecture/acscs-architecture\.html$ /acs/latest/cloud_service/acscs-architecture.html [NE,R=302]
154156

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

0 commit comments

Comments
 (0)