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

skygo pushed a commit to branch htacces-for-download
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git

commit 6d20d1d607e99f89202edb14bfae3bc46f3c48b8
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed Apr 3 11:31:39 2024 +0200

    try to proper redirect download
---
 supplemental-ui/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index 5a40da3..373ca3f 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -117,7 +117,7 @@ RedirectMatch 301 "^/tutorials/(.*).html$" 
"/tutorial/main/tutorials/$1/"
 
 #trying to prevent inifinite redirect
 RedirectMatch 301 "^/wiki(?!/main)(.*)$" "/wiki/main/wiki$1"
-Redirect 301 /download/ /front/main/download/
+Redirect 301 /download /front/main/download
 
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to