Skip to content

Commit

Permalink
Merge pull request #3378 from nickanderson/ENT-12339/master
Browse files Browse the repository at this point in the history
ENT-12339: Updated redirects for /latest/ to point to 3.25.0
  • Loading branch information
nickanderson authored Jan 6, 2025
2 parents aa628d4 + ded9c1b commit e002eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.24/ [R]
RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.24/$1 [R]
RewriteRule ^/latest$ https://%{SERVER_NAME}/docs/3.25/ [R]
RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.25/$1 [R]
RewriteRule ^/lts$ https://%{SERVER_NAME}/docs/3.24/ [R]
RewriteRule ^/lts/(.*)$ https://%{SERVER_NAME}/docs/3.24/$1 [R]

Expand Down

0 comments on commit e002eea

Please sign in to comment.