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 9b07974 fixing blog post access
9b07974 is described below
commit 9b07974589008f5b46348592573de6c4b80bd9a5
Author: Eric Barboni <[email protected]>
AuthorDate: Mon Mar 11 17:16:50 2024 +0100
fixing blog post access
---
supplemental-ui/.htaccess | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index 3adeee3..b7952dc 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -84,7 +84,11 @@ Redirect 302 /plugins/index.html
https://plugins.netbeans.apache.org/
# former path to antora path after letting download to
Redirect 301 /index.html /front/main/index.html
Redirect 301 /about/ /front/main/about/
-# should also redirect atom
+## redirect blog post
+RedirectMatch 301 "^/blogs/geertjan/(.*).html$"
"/front/main/blogs/geertjan/$1/"
+RedirectMatch 301 "^/blogs/timboudreau/(.*).html$"
"/front/main/blogs/timboudreau/$1/"
+
+# should also redirect atom
Redirect 301 /blogs/ /front/main/blogs/
Redirect 301 /jackpot/ /front/main/jackpot/
Redirect 301 /community/ /front/main/community/
---------------------------------------------------------------------
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