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/04/24 23:51:04 UTC

[geode-site] branch asf-site updated: Eliminate a couple of API entries to see if we can eliminate a "too many redirects" error

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 689d31d  Eliminate a couple of API entries to see if we can eliminate a "too many redirects" error
689d31d is described below

commit 689d31db91af482e9f5d76b8912e13d135ad4220
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Wed Apr 24 16:50:57 2019 -0700

    Eliminate a couple of API entries to see if we can eliminate a "too many redirects" error
---
 .htaccess | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index 6dffb99..6fe9229 100755
--- a/.htaccess
+++ b/.htaccess
@@ -18,5 +18,8 @@ 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 /dotnetdocs/(.*) https://geode.apache.org/releases/latest/dotnetdocs/$1
-RedirectMatch 301 /cppdocs/(.*) https://geode.apache.org/releases/latest/cppdocs/$1
+#
+# Comment-out to see if it alleviates the "too many redirects" error
+#
+# RedirectMatch 301 /dotnetdocs/(.*) https://geode.apache.org/releases/latest/dotnetdocs/$1
+# RedirectMatch 301 /cppdocs/(.*) https://geode.apache.org/releases/latest/cppdocs/$1