@@ -138,13 +138,13 @@ AddType text/vtt vtt
138
138
# ACS Redirects to go to the latest version - change here when a new version drops
139
139
# it should probably be best to combine the next few lines in one reg exp but for clarity keeping them separate
140
140
# the first one redirects
141
- RewriteRule ^acs/?$ /acs/3.74 /welcome/index.html [R=301]
141
+ RewriteRule ^acs/?$ /acs/4.0 /welcome/index.html [R=301]
142
142
# redirect to the latest release notes
143
- RewriteRule ^acs/release_notes/?$ /acs/3.74 /release_notes/374 -release-notes.html [R=301,NE]
143
+ RewriteRule ^acs/release_notes/?$ /acs/4.0 /release_notes/40 -release-notes.html [R=301,NE]
144
144
# redirect from ACS CLoud Service page
145
- RewriteRule ^acs/installing/install-ocp-operator.html /acs/3.74 /installing/installing_ocp/init-bundle-ocp.html [NE,R=301]
146
- RewriteRule ^acs/(\D.*)$ /acs/3.74 /$1 [NE,R=301]
147
- RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69|3\.70|3\.71|3\.72|3\.73|3\.74)/?$ /acs/$1/welcome/index.html [L,R=301]
145
+ RewriteRule ^acs/installing/install-ocp-operator.html /acs/4.0 /installing/installing_ocp/init-bundle-ocp.html [NE,R=301]
146
+ RewriteRule ^acs/(\D.*)$ /acs/4.0 /$1 [NE,R=301]
147
+ RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69|3\.70|3\.71|3\.72|3\.73|3\.74|4\.0 )/?$ /acs/$1/welcome/index.html [L,R=301]
148
148
149
149
# this pipeline redirect has to come before the latest kicks in generically
150
150
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=301]
@@ -183,7 +183,7 @@ AddType text/vtt vtt
183
183
# PR https://github.com/openshift/openshift-docs/pull/35208/files for oc-compliance plugin
184
184
RewriteRule ^container-platform/4\.8/security/oc_compliance_plug_in/oc-compliance-plug-in-using.html /container-platform/4.8/security/compliance_operator/oc-compliance-plug-in-using.html [NE,R=301]
185
185
186
- # Serverless restructuring
186
+ # Serverless restructuring
187
187
RewriteRule ^container-platform/(4\.9|4\.10|4\.11|4\.12)/serverless/discover/about-serverless.html /container-platform/$1/serverless/about/about-serverless.html [NE,R=302]
188
188
189
189
RewriteRule ^container-platform/(4\.9|4\.10|4\.11|4\.12)/serverless/develop/serverless-pingsource.html /container-platform/$1/serverless/eventing/event-sources/serverless-pingsource.html [NE,R=302]
0 commit comments