You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2017/06/21 19:18:24 UTC

orc git commit: Push top level redirects.

Repository: orc
Updated Branches:
  refs/heads/asf-site cce469c77 -> fa4cb79dc


Push top level redirects.

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/fa4cb79d
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/fa4cb79d
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/fa4cb79d

Branch: refs/heads/asf-site
Commit: fa4cb79dca1cc4b21cf847cc8dc81258b8d0f00b
Parents: cce469c
Author: Owen O'Malley <om...@apache.org>
Authored: Wed Jun 21 12:17:51 2017 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Wed Jun 21 12:17:51 2017 -0700

----------------------------------------------------------------------
 .htaccess | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/fa4cb79d/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
index 0013d6e..c718b62 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,6 +1,11 @@
 # .htaccess for ORC
 RedirectMatch Permanent ^/jira$ https://issues.apache.org/jira/browse/orc
 RedirectMatch Permanent ^/github$ https://github.com/apache/orc
+RedirectMatch Permanent ^/bugs$ https://issues.apache.org/jira/browse/orc
+RedirectMatch Permanent ^/downloads$ https://www.apache.org/dyn/closer.cgi/orc/
+RedirectMatch Permanent ^/releases$ https://orc.apache.org/docs/releases.html
+RedirectMatch Permanent ^/src$ https://github.com/apache/orc
+RedirectMatch Permanent ^/web-src$ https://github.com/apache/orc/tree/master/site
 RewriteEngine On
 RewriteCond %{HTTPS} off
 RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]