Skip to content

Commit 370a37a

Browse files
committed
Redirect Dedicated v3 to v4
1 parent 33c3c6d commit 370a37a

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)