File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ AddType text/vtt vtt
149149
150150 # CNV scenarios based redirect
151151 RewriteRule ^container-platform/4\.8/virt/learn_more_about_ov.html /container-platform/4.8/virt/virt-learn-more-about-openshift-virtualization.html [NE,R=301]
152-
152+
153153 # ROSA STS redirects
154154 RewriteRule rosa/rosa_getting_started/rosa-sts-?(.*)$ rosa/rosa_getting_started_sts/rosa-sts-$1 [NE,R=301]
155155
@@ -331,8 +331,8 @@ AddType text/vtt vtt
331331 RewriteRule ^container-platform/(4\.1|4\.2|4\.3)/nodes/containers/nodes-containers-health.html/?(.*)$ /container-platform/$1/applications/application-health.html/$2 [NE,R=301]
332332 RewriteRule ^container-platform/(4\.2|4\.3)/metering/metering-about-installing-metering.html/?(.*)$ /container-platform/$1/metering-installing-metering.html/$2 [NE,R=301]
333333
334- # Redirect for OSD 4.1 to OSD 4
335- RewriteRule ^dedicated/4\.1 /(.*)$ /dedicated/4/$1 [NE,R=301 ]
334+ # Redirect for OSD 4 to just versionless OSD
335+ RewriteRule ^dedicated/4/(.*)$ /dedicated/4/welcome/index.html [NE,R=302 ]
336336
337337 # Redirect for OSD latest and version less to OSD 3 - this will change when there is no OSD 3 and go to OSD 4
338338 # Use "/latest" in it's own rule to prevent any ambiguity
You can’t perform that action at this time.
0 commit comments