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/01/15 01:04:38 UTC

[geode-site] branch master updated: GEODE-6256: Fix links from client user guide to server user guide

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 cb02a72  GEODE-6256: Fix links from client user guide to server user guide
cb02a72 is described below

commit cb02a72362436d056d75938b358f6fb10fd1ef13
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Mon Jan 14 17:04:31 2019 -0800

    GEODE-6256: Fix links from client user guide to server user guide
---
 website/content/.htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/website/content/.htaccess b/website/content/.htaccess
index c2f2675..00a7070 100755
--- a/website/content/.htaccess
+++ b/website/content/.htaccess
@@ -16,3 +16,6 @@
 RewriteEngine On
 RewriteCond %{HTTPS} !=on
 RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
+RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/18/$1
+RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/18/$1
+