From commits-return-3552-archive-asf-public=cust-asf.ponee.io@polygene.apache.org Tue Sep 11 02:11:13 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C482D180656 for ; Tue, 11 Sep 2018 02:11:12 +0200 (CEST) Received: (qmail 2154 invoked by uid 500); 11 Sep 2018 00:11:11 -0000 Mailing-List: contact commits-help@polygene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@polygene.apache.org Delivered-To: mailing list commits@polygene.apache.org Received: (qmail 2145 invoked by uid 99); 11 Sep 2018 00:11:11 -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; Tue, 11 Sep 2018 00:11:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2667BDFCB9; Tue, 11 Sep 2018 00:11:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: niclas@apache.org To: commits@polygene.apache.org Message-Id: <8e28f62ca56749b29154be0cbfa266fa@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: polygene-website git commit: Permanent redirect to httpS Date: Tue, 11 Sep 2018 00:11:11 +0000 (UTC) Repository: polygene-website Updated Branches: refs/heads/asf-site 193a013c4 -> c8923a78f Permanent redirect to httpS Project: http://git-wip-us.apache.org/repos/asf/polygene-website/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-website/commit/c8923a78 Tree: http://git-wip-us.apache.org/repos/asf/polygene-website/tree/c8923a78 Diff: http://git-wip-us.apache.org/repos/asf/polygene-website/diff/c8923a78 Branch: refs/heads/asf-site Commit: c8923a78f36b42193cbd6557639bf20f247dde74 Parents: 193a013 Author: niclas Authored: Tue Sep 11 08:10:56 2018 +0800 Committer: niclas Committed: Tue Sep 11 08:10:56 2018 +0800 ---------------------------------------------------------------------- content/.htaccess | 1 + src/htaccess | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-website/blob/c8923a78/content/.htaccess ---------------------------------------------------------------------- diff --git a/content/.htaccess b/content/.htaccess index 8f4d81e..c1f6418 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -1,3 +1,4 @@ +Redirect / https://polygene.apache.org/ Redirect 301 /content/ / Redirect 301 /1.0/ /java/1.0/ Redirect 301 /1.2/ /java/1.2/ http://git-wip-us.apache.org/repos/asf/polygene-website/blob/c8923a78/src/htaccess ---------------------------------------------------------------------- diff --git a/src/htaccess b/src/htaccess index 6d5acb0..9bf6601 100644 --- a/src/htaccess +++ b/src/htaccess @@ -2,6 +2,7 @@ layout: none permalink: .htaccess --- +Redirect / https://polygene.apache.org/ Redirect 301 /content/ / Redirect 301 /1.0/ /java/1.0/ Redirect 301 /1.2/ /java/1.2/