File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,12 @@ AddType text/vtt vtt
147147 RewriteRule ^container-platform\/4\.(.+)\/release_notes\/ocp-4-((?!\1).+)-release-notes.html /container-platform/4.$1/release_notes/ocp-4-$1-release-notes.html [NE,R=301]
148148 RewriteRule ^container-platform\/3\.(.+)\/release_notes\/ocp_3_((?!\1).+)_release_notes.html /container-platform/3.$1/release_notes/ocp_3_$1_release_notes.html [NE,R=301]
149149
150+
151+ # ROSA STS redirects
152+ RewriteRule rosa/rosa_getting_started/rosa-sts-?(.*)$ rosa/rosa_getting_started_sts/rosa-sts-$1 [NE,R=301]
153+
150154 # ACS welcome page redirect to StackRox docs
151- RewriteRule ^acs/?(.*)$ https://help.stackrox.com/ [NE,R=302]
155+ # RewriteRule ^acs/?(.*)$ https://help.stackrox.com/ [NE,R=302]
152156
153157 # Migration redirects https://github.com/openshift/openshift-docs/pull/32598
154158 RewriteRule ^container-platform/(4\.5|4\.6|4\.7)/migration/migrating_3_4/?(.*)$ /container-platform/$1/migrating_from_ocp_3_to_4/$2 [NE,R=301]
You can’t perform that action at this time.
0 commit comments