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:17:26 UTC

orc git commit: Add additional redirects to the site.

Repository: orc
Updated Branches:
  refs/heads/master cdfc1ea47 -> 96a4ea968


Add additional redirects to the site.

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/96a4ea96
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/96a4ea96
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/96a4ea96

Branch: refs/heads/master
Commit: 96a4ea96896d6bfbe5c372820228f4b48aa9f055
Parents: cdfc1ea
Author: Owen O'Malley <om...@apache.org>
Authored: Wed Jun 21 12:16:57 2017 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Wed Jun 21 12:16:57 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/orc/blob/96a4ea96/site/.htaccess
----------------------------------------------------------------------
diff --git a/site/.htaccess b/site/.htaccess
index 0013d6e..c718b62 100644
--- a/site/.htaccess
+++ b/site/.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]