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 afa8fad  NIFI-12646 Added Rewrite Rule for MiNiFi Project
afa8fad is described below

commit afa8fad9a3d58de2dee6d9a408e497a96390b502
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon Jan 22 11:51:26 2024 -0600

    NIFI-12646 Added Rewrite Rule for MiNiFi Project
---
 static/.htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/static/.htaccess b/static/.htaccess
index f14b51e..66cadac 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -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]

Reply via email to