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 cc1564a865a8bc58e925d7e2c5509742b279fa07 Author: exceptionfactory <[email protected]> AuthorDate: Mon Jan 22 11:51:26 2024 -0600 NIFI-12646 Added Rewrite Rule for MiNiFi Project (cherry picked from commit afa8fad9a3d58de2dee6d9a408e497a96390b502) --- static/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/static/.htaccess b/static/.htaccess index f14b51ef..66cadac5 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]
