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.
1 parent 485af32 commit db4ebb6Copy full SHA for db4ebb6
.s2i/httpd-cfg/01-commercial.conf
@@ -134,6 +134,9 @@ AddType text/vtt vtt
134
# Redirect ROSA version 4 docs to go to non versioned docs
135
RewriteRule ^rosa/4/?$ /rosa/welcome/index.html [L,R=301]
136
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]
140
141
# this pipeline redirect has to come before the latest kicks in generically
142
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