You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2018/09/11 00:11:11 UTC

polygene-website git commit: Permanent redirect to httpS

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 <ni...@hedhman.org>
Authored: Tue Sep 11 08:10:56 2018 +0800
Committer: niclas <ni...@hedhman.org>
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/