Skip to content

Commit

Permalink
NIFI-12646 Added Rewrite Rule for MiNiFi Project
Browse files Browse the repository at this point in the history
  • Loading branch information
exceptionfactory committed Jan 22, 2024
1 parent c4a5e47 commit afa8fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +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.24.0/$2 [L]

# Rewrite historical links
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 afa8fad

Please sign in to comment.