diff --git a/redirects.conf b/redirects.conf index eba1aa77b..c890a8e79 100644 --- a/redirects.conf +++ b/redirects.conf @@ -19,8 +19,8 @@ RewriteRule ^/docs/(3\.22)/guide-installation-and-configuration-general-installa RewriteRule ^/docs/(3\.22)/guide-installation-and-configuration-general-installation-installation-enterprise-generic-tarball.html$ https://%{SERVER_NAME}/docs/$1/getting-started-installation-general-installation-installation-enterprise-generic-tarball.html [R] RewriteRule ^/docs/$ https://%{SERVER_NAME}/lts/ [R] -RewriteRule ^/latest$ https://%{SERVER_NAME}/docs/3.26/ [R] -RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.26/$1 [R] +RewriteRule ^/latest$ https://%{SERVER_NAME}/docs/3.27/ [R] +RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.27/$1 [R] RewriteRule ^/lts$ https://%{SERVER_NAME}/docs/lts/ [R] RewriteRule ^/lts/(.*)$ https://%{SERVER_NAME}/docs/lts/$1 [R]