This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/master by this push:
     new da45090  Update .htaccess
da45090 is described below

commit da450909deb8d51a07fbce620f818ea275dc56ae
Author: Jacob Barrett <jabarr...@vmware.com>
AuthorDate: Wed Sep 15 15:38:32 2021 -0700

    Update .htaccess
    
    Redirect older version format to newer format.
---
 website/content/.htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/content/.htaccess b/website/content/.htaccess
index b6dae0b..d4c5bd6 100755
--- a/website/content/.htaccess
+++ b/website/content/.htaccess
@@ -21,3 +21,5 @@ RedirectMatch 301 /geodeman/(.*) 
https://geode.apache.org/docs/guide/114/$1
 RedirectMatch 301 /cppapiref/(.*) 
https://geode.apache.org/releases/latest/cppdocs/$1
 RedirectMatch 301 /dotnetapiref/(.*) 
https://geode.apache.org/releases/latest/dotnetdocs/$1
 RedirectMatch 301 /docs/guide/14/(.*) 
https://geode.apache.org/docs/guide/114/$1
+RedirectMatch 301 /docs/guide/13/(.*) 
https://geode.apache.org/docs/guide/113/$1
+RedirectMatch 301 /docs/guide/12/(.*) 
https://geode.apache.org/docs/guide/112/$1

Reply via email to