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 e3bd40f commit 3d22755Copy full SHA for 3d22755
redirects.conf
@@ -21,8 +21,8 @@ RewriteRule ^/docs/(3\.22)/guide-installation-and-configuration-general-installa
21
RewriteRule ^/docs/$ https://%{SERVER_NAME}/lts/ [R]
22
RewriteRule ^/latest$ https://%{SERVER_NAME}/docs/3.26/ [R]
23
RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.26/$1 [R]
24
-RewriteRule ^/lts$ https://%{SERVER_NAME}/docs/3.24/ [R]
25
-RewriteRule ^/lts/(.*)$ https://%{SERVER_NAME}/docs/3.24/$1 [R]
+RewriteRule ^/lts$ https://%{SERVER_NAME}/docs/lts/ [R]
+RewriteRule ^/lts/(.*)$ https://%{SERVER_NAME}/docs/lts/$1 [R]
26
27
28
# Redirect moved getting started guide:
0 commit comments