blob: 61416c01cc87b44d3ab26e9bed6c8eabde5d6ff1 [file] [log] [blame]
# .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 ^/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
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]