Skip to content

Commit

Permalink
NIFI-13571 Adjusted MiNiFi redirect path matching to include old pages
Browse files Browse the repository at this point in the history
  • Loading branch information
exceptionfactory committed Jul 22, 2024
1 parent ae3095e commit 514cb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
RewriteRule ^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ docs/nifi-docs/components/org.apache.nifi/$1/1.27.0/$2 [L]

# Rewrite historical links
RewriteRule ^minifi/$ /projects/minifi/ [L,R]
RewriteRule ^minifi/.*$ /projects/minifi/ [L,R]
RewriteRule ^quickstart\.html$ /documentation/v2/ [L,R]
RewriteRule ^developer-guide\.html$ /documentation/guides/ [L,R]
RewriteRule ^release-guide\.html$ /documentation/guides/releases/ [L,R]
Expand Down

0 comments on commit 514cb76

Please sign in to comment.