This is an automated email from the ASF dual-hosted git repository.

meonkeys pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6bc7a13  redirect "current" to "stable"
6bc7a13 is described below

commit 6bc7a1399ebde51340b97099078343f2ecc4f77d
Author: Adam Monsen <[email protected]>
AuthorDate: Mon Jul 13 09:47:49 2026 -0700

    redirect "current" to "stable"
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index d40cdd5..3fc9776 100644
--- a/.htaccess
+++ b/.htaccess
@@ -7,7 +7,7 @@ RewriteRule ^/?(.*)$ https://fineract.apache.org/$1 [L,R=301]
 # so rendered asciidoc can find fonts
 RewriteRule ^fonts/(fontawesome.+)$ docs/database/bower/font-awesome/fonts/$1 
[L]
 
-RewriteRule ^docs/current(.*)$ docs/1.14.0$1 [L]
+RewriteRule ^docs/current(.*)$ docs/stable$1 [R=301,L]
 RewriteRule ^docs/stable(.*)$ docs/1.14.0$1 [L]
 
 # recent / bleeding-edge, built from develop branch of apache/fineract repo

Reply via email to