File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ RewriteRule ^/docs/(3\.22)/guide-installation-and-configuration-general-installa
19
19
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]
20
20
21
21
RewriteRule ^/docs/$ https://%{SERVER_NAME}/lts/ [R]
22
- RewriteRule ^/latest$ https://%{SERVER_NAME}/docs/3.23 / [R]
23
- RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.23 /$1 [R]
24
- RewriteRule ^/lts$ https://%{SERVER_NAME}/docs/3.21 / [R]
25
- RewriteRule ^/lts/(.*)$ https://%{SERVER_NAME}/docs/3.21 /$1 [R]
22
+ RewriteRule ^/latest$ https://%{SERVER_NAME}/docs/3.24 / [R]
23
+ RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.24 /$1 [R]
24
+ RewriteRule ^/lts$ https://%{SERVER_NAME}/docs/3.24 / [R]
25
+ RewriteRule ^/lts/(.*)$ https://%{SERVER_NAME}/docs/3.24 /$1 [R]
26
26
27
27
28
28
# Redirect moved getting started guide:
You can’t perform that action at this time.
0 commit comments