File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ 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.24 / [R]
23
- RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.24 /$1 [R]
22
+ RewriteRule ^/latest$ https://%{SERVER_NAME}/docs/3.25 / [R]
23
+ RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.25 /$1 [R]
24
24
RewriteRule ^/lts$ https://%{SERVER_NAME}/docs/3.24/ [R]
25
25
RewriteRule ^/lts/(.*)$ https://%{SERVER_NAME}/docs/3.24/$1 [R]
26
26
You can’t perform that action at this time.
0 commit comments