Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6E8EC200CCA for ; Wed, 19 Jul 2017 21:47:38 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6CAA6169C7E; Wed, 19 Jul 2017 19:47:38 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DB4A9169C7B for ; Wed, 19 Jul 2017 21:47:37 +0200 (CEST) Received: (qmail 6448 invoked by uid 500); 19 Jul 2017 19:47:35 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 6436 invoked by uid 99); 19 Jul 2017 19:47:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2017 19:47:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0E560DFC28; Wed, 19 Jul 2017 19:47:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: abaker@apache.org To: commits@geode.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: geode-site git commit: Improve redirection for latest docs url Date: Wed, 19 Jul 2017 19:47:35 +0000 (UTC) archived-at: Wed, 19 Jul 2017 19:47:38 -0000 Repository: geode-site Updated Branches: refs/heads/master f7154ee71 -> 77b411728 Improve redirection for latest docs url Project: http://git-wip-us.apache.org/repos/asf/geode-site/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-site/commit/77b41172 Tree: http://git-wip-us.apache.org/repos/asf/geode-site/tree/77b41172 Diff: http://git-wip-us.apache.org/repos/asf/geode-site/diff/77b41172 Branch: refs/heads/master Commit: 77b41172876d8730cdb79bee7f68d8b2ab313b25 Parents: f7154ee Author: Anthony Baker Authored: Wed Jul 19 12:47:24 2017 -0700 Committer: Anthony Baker Committed: Wed Jul 19 12:47:24 2017 -0700 ---------------------------------------------------------------------- website/content/docs/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode-site/blob/77b41172/website/content/docs/.htaccess ---------------------------------------------------------------------- diff --git a/website/content/docs/.htaccess b/website/content/docs/.htaccess index 3435368..23497fb 100644 --- a/website/content/docs/.htaccess +++ b/website/content/docs/.htaccess @@ -14,4 +14,4 @@ # limitations under the License. RewriteEngine On -RewriteRule ^guide/latest/(.*)$ /docs/guide/12/$1 [R=303,NC,L] +RewriteRule ^guide/latest/(.*)$ /docs/guide/12/$1 [NC,L,PT]