We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c3c6d commit 370a37aCopy full SHA for 370a37a
.s2i/httpd-cfg/01-commercial.conf
@@ -135,6 +135,9 @@ AddType text/vtt vtt
135
RewriteRule ^rosa/4/?$ /rosa/welcome/index.html [L,R=301]
136
RewriteRule ^rosa/4/(.*)$ /rosa/$1 [NE,R=301]
137
138
+ # Decommission Dedicated version 3 docs per Shashank Karanth
139
+ RewriteRule ^dedicated/3/(.*)$ /dedicated/welcome/index.html [NE,R=301]
140
+
141
# ACS Redirects to go to the latest version - change here when a new version drops
142
# it should probably be best to combine the next few lines in one reg exp but for clarity keeping them separate
143
# the first one redirects
0 commit comments