blob: 512bf92b44cb5216a5cc2201f685d118bec1d654 [file] [log] [blame]
RewriteEngine on
# Redirect HTTP to HTTPS
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
# Redirect component documentation to specified version
RewriteRule ^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ docs/nifi-docs/components/org.apache.nifi/$1/1.24.0/$2 [L]
# Rewrite historical links
RewriteRule ^docs\.html$ /documentation/v2/ [L,R]
RewriteRule ^download\.html$ /download/ [L,R]
RewriteRule ^faq\.html$ /documentation/ [L,R]
RewriteRule ^fds\.html$ /projects/fds/ [L,R]
RewriteRule ^mailing_lists\.html$ /community/contact/ [L,R]
RewriteRule ^people\.html$ /community/ [L,R]
RewriteRule ^powered-by-nifi\.html$ /community/powered-by/ [L,R]
RewriteRule ^project-documentation\.html$ /documentation/v2/ [L,R]
RewriteRule ^registry-security\.html$ /documentation/security/ [L,R]
RewriteRule ^registry\.html$ /projects/registry/ [L,R]
RewriteRule ^security\.html$ /documentation/security/ [L,R]
RewriteRule ^videos\.html$ /documentation/ [L,R]