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 2019/10/28 15:54:20 UTC

[geode-site] branch asf-site updated: Update .htaccess for v10.0

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 63137dc  Update .htaccess for v10.0
63137dc is described below

commit 63137dc6267a49f9e96788c816b36cb37d20ddab
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Mon Oct 28 08:54:12 2019 -0700

    Update .htaccess for v10.0
---
 .htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index b2fef04..ea74986 100755
--- a/.htaccess
+++ b/.htaccess
@@ -16,5 +16,5 @@
 RewriteEngine On
 RewriteCond %{HTTPS} !=on
 RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
-RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/19/$1
-RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/19/$1
+RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/100/$1
+RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/100/$1