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 d7f43a6 commit df6f607Copy full SHA for df6f607
.s2i/httpd-cfg/01-commercial.conf
@@ -131,6 +131,9 @@ AddType text/vtt vtt
131
# Redirect ARO non versioned docs to go to version 3 docs
132
RewriteRule ^(aro)/(?!3/|4/)(.*)$ /aro/3/$2 [NE,R=301]
133
134
+ # remove aro docs to just the welcome page
135
+ RewriteRule aro/4/(?!welcome)(.*)?$ /container-platform/latest/$1 [L,R=301]
136
+
137
# Redirects for "latest" version
138
RewriteRule ^(container-platform|enterprise)/?$ /container-platform/latest [R=301]
139
RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.6/$2 [NE,R=301]
0 commit comments