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 11a0c6a4 NIFI-13897 Updated documentation RewriteRule for 1.28.0
11a0c6a4 is described below
commit 11a0c6a44e05a96e255f3e13a167dc7ed79888fe
Author: exceptionfactory <[email protected]>
AuthorDate: Sat Oct 26 23:21:30 2024 -0500
NIFI-13897 Updated documentation RewriteRule for 1.28.0
---
static/.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/.htaccess b/static/.htaccess
index 1bde9d03..1947d7dc 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -8,7 +8,7 @@ RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI}
[L,R]
RewriteRule ^documentation/nifi-latest/html/(.+?)$
/documentation/nifi-2.0.0-M4/html/$1 [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.27.0/$2 [L]
+RewriteRule
^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$
docs/nifi-docs/components/org.apache.nifi/$1/1.28.0/$2 [L]
# Rewrite historical links
RewriteRule ^minifi/.*$ /projects/minifi/ [L,R]