Skip to content

Commit fbfaae5

Browse files
authored
Merge pull request #85238 from bscott-rh/decom-osd-3
Redirect Dedicated v3 to v4
2 parents ddd241c + 370a37a commit fbfaae5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.s2i/httpd-cfg/01-commercial.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ AddType text/vtt vtt
135135
RewriteRule ^rosa/4/?$ /rosa/welcome/index.html [L,R=301]
136136
RewriteRule ^rosa/4/(.*)$ /rosa/$1 [NE,R=301]
137137

138+
# Decommission Dedicated version 3 docs per Shashank Karanth
139+
RewriteRule ^dedicated/3/(.*)$ /dedicated/welcome/index.html [NE,R=301]
140+
138141
# ACS Redirects to go to the latest version - change here when a new version drops
139142
# it should probably be best to combine the next few lines in one reg exp but for clarity keeping them separate
140143
# the first one redirects

0 commit comments

Comments
 (0)