This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a4c42bd20 test for tutorials
a4c42bd20 is described below
commit a4c42bd2038a838c3d6fc0d4c23131e4cf8d3956
Author: Eric Barboni <[email protected]>
AuthorDate: Mon Mar 11 17:05:07 2024 +0100
test for tutorials
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 8c2dada8d..d72a62588 100644
--- a/.htaccess
+++ b/.htaccess
@@ -94,7 +94,7 @@ Redirect 301 /projects/ /front/main/projects/
Redirect 301 /participate/report-issue.html
/front/main/participate/report-issue/
Redirect 301 /participate/ /front/main/participate/
Redirect 301 /kb/ /tutorial/main/kb/
-Redirect 301 /tutorials/ /tutorial/main/tutorials/
+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/
---------------------------------------------------------------------
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