This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-site.git
The following commit(s) were added to refs/heads/main by this push:
new 514cb76c NIFI-13571 Adjusted MiNiFi redirect path matching to include
old pages
514cb76c is described below
commit 514cb76c8d81146616f4b28d603b54506668b1ea
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Jul 22 14:00:49 2024 -0500
NIFI-13571 Adjusted MiNiFi redirect path matching to include old pages
---
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]