Skip to content

Commit db4ebb6

Browse files
Added redirect for ACS
#36776
1 parent 485af32 commit db4ebb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ AddType text/vtt vtt
134134
# Redirect ROSA version 4 docs to go to non versioned docs
135135
RewriteRule ^rosa/4/?$ /rosa/welcome/index.html [L,R=301]
136136
RewriteRule ^rosa/4/(.*)$ /rosa/$1 [NE,R=301]
137+
138+
# ACS Redirects to go to the latest version - change here when a new version drops
139+
RewriteRule ^acs/(\D.*)$ /acs/3.66/$1 [NE,R=302]
137140

138141
# this pipeline redirect has to come before the latest kicks in generically
139142
RewriteRule ^container-platform/latest/pipelines/creating-applications-with-cicd-pipelines.html /container-platform/4.7/cicd/pipelines/creating-applications-with-cicd-pipelines.html [NE,R=302]

0 commit comments

Comments
 (0)