@@ -134,9 +134,9 @@ AddType text/vtt vtt
134
134
# Redirect ROSA version 4 docs to go to non versioned docs
135
135
RewriteRule ^rosa/4/?$ /rosa/welcome/index.html [L,R=301]
136
136
RewriteRule ^rosa/4/(.*)$ /rosa/$1 [NE,R=301]
137
-
137
+
138
138
# this pipeline redirect has to come before the latest kicks in generically
139
- 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]
139
+ 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]
140
140
141
141
# remove aro docs to just the welcome page
142
142
RewriteRule aro/4/(?!welcome)(.*)?$ /container-platform/latest/$1 [L,R=301]
@@ -161,10 +161,10 @@ AddType text/vtt vtt
161
161
162
162
# OSD redirects for new content
163
163
RewriteRule dedicated/4/cloud_infrastructure_access/dedicated-aws-vpn.html dedicated/osd_private_connections/aws-private-connections.html [NE,R=302]
164
-
164
+
165
165
# ROSA STS Creating Cluster to multiple pages - https://github.com/openshift/openshift-docs/pull/36955
166
166
RewriteRule rosa/rosa_getting_started_sts/rosa-sts-creating-cluster\.html rosa/rosa_getting_started_sts/rosa_creating_a_cluster_with_sts/rosa-sts-creating-a-cluster-quickly.html [NE,R=302]
167
-
167
+
168
168
# ACS welcome page redirect to StackRox docs
169
169
# RewriteRule ^acs/?(.*)$ https://help.stackrox.com/ [NE,R=301]
170
170
@@ -224,8 +224,8 @@ AddType text/vtt vtt
224
224
# NOTE THAT THESE ARE A 302 REDIRECT, not a 301. Replace with 301 at CNV GA
225
225
# send all cnv/ to virt/about-virt.html.
226
226
# send all virt/ to virt/about-virt.html excluding about-virt.html otherwise there is an infinite loop
227
- # RewriteRule container-platform/4\.5 /virt/(?!about-virt\.html) /container-platform/4.5 /virt/about-virt.html [NE,R=302]
228
- RewriteRule container-platform/4\.5/cnv/?(.*)$ /container-platform/4.5/virt/about-virt.html [NE,R=301]
227
+ RewriteRule container-platform/4\.9 /virt/(?!about-virt\.html) /container-platform/4.9 /virt/about-virt.html [NE,R=302]
228
+ # RewriteRule container-platform/4\.5/cnv/?(.*)$ /container-platform/4.5/virt/about-virt.html [NE,R=301]
229
229
230
230
# Serverless Redirects
231
231
RewriteRule container-platform/(4\.5|4\.6)/serverless/knative_eventing/(serverless-subscriptions\.html|serverless-channels\.html|serverless-subscriptions\.html) /container-platform/$1/serverless/event_workflows/serverless-channels.html [NE,R=301]
0 commit comments