This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main-staging in repository https://gitbox.apache.org/repos/asf/nifi-site.git
commit fd4d5793a405310ecc93defd3e374385cd15f94b Author: exceptionfactory <[email protected]> AuthorDate: Mon Jul 22 14:00:49 2024 -0500 NIFI-13571 Adjusted MiNiFi redirect path matching to include old pages (cherry picked from commit 514cb76c8d81146616f4b28d603b54506668b1ea) --- static/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/.htaccess b/static/.htaccess index 0d722809..4d05499d 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -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]
