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

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


The following commit(s) were added to refs/heads/main by this push:
     new a0607b9  try to fix wiki redirect
a0607b9 is described below

commit a0607b9c65553f825de755435072d067de2a55c0
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Oct 19 18:45:09 2023 +0200

    try to fix wiki redirect
---
 supplemental-ui/.htaccess | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index 1e82066..056022e 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -90,7 +90,8 @@ Redirect 301 /projects/ /front/main/projects/
 Redirect 301 /participate/ /front/main/participate/
 Redirect 301 /kb/ /tutorial/main/kb/
 Redirect 301 /tutorials/ /tutorial/main/tutorial/
-Redirect 301 /wiki/ /wiki/main/wiki/
+#trying to prevent inifinite redirect
+RedirectMatch 301 ^/wiki/ /wiki/main/wiki/
 Redirect 301 /download/ /front/main/download/
 
 # A simple error page to antora folder


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to