Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORC-1337: Make .htaccess up to date #1348

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions site/.htaccess
Expand Up @@ -2,8 +2,9 @@
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 ^/issues$ https://github.com/apache/orc/issues
RedirectMatch Permanent ^/milestones$ https://github.com/apache/orc/milestones
RedirectMatch Permanent ^/downloads$ https://downloads.apache.org/orc/
RedirectMatch Permanent ^/src$ https://github.com/apache/orc
RedirectMatch Permanent ^/web-src$ https://github.com/apache/orc/tree/main/site
RewriteEngine On
Expand Down