You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2020/12/08 23:32:06 UTC

[geode-site] branch master updated: Update .htaccess to Geode 1.13, add geode-native doc redirects

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

dbarnes 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 3b00308  Update .htaccess to Geode 1.13, add geode-native doc redirects
3b00308 is described below

commit 3b00308519635a6837aeb0bf7e1cd108824878bd
Author: Dave Barnes <db...@apache.org>
AuthorDate: Tue Dec 8 15:31:52 2020 -0800

    Update .htaccess to Geode 1.13, add geode-native doc redirects
---
 website/content/.htaccess | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/website/content/.htaccess b/website/content/.htaccess
index 358b5c1..4232c47 100755
--- a/website/content/.htaccess
+++ b/website/content/.htaccess
@@ -16,5 +16,7 @@
 RewriteEngine On
 RewriteCond %{HTTPS} !=on
 RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
-RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/110/$1
-RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/110/$1
+RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/113/$1
+RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/113/$1
+RedirectMatch 301 /cppdocs/(.*) https://geode.apache.org/releases/latest/cppdocs/$1
+RedirectMatch 301 /dotnetdocs/(.*) https://geode.apache.org/releases/latest/dotnetdocs/$1