This is an automated email from the ASF dual-hosted git repository.
neilcsmith 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 ec74605 Update .htaccess with dev .gz redirect
ec74605 is described below
commit ec7460559e823e3ab59b860c66c9344064b4ed7e
Author: Neil C Smith <[email protected]>
AuthorDate: Fri May 9 09:32:47 2025 +0100
Update .htaccess with dev .gz redirect
---
supplemental-ui/.htaccess | 2 ++
1 file changed, 2 insertions(+)
diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index 65d6871..2ff3565 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -66,7 +66,9 @@ Redirect 302 /nb/updates/25/
https://netbeans-vm1.apache.org/uc/25/
Redirect 302 /nb/plugins/25/ https://plugins.netbeans.apache.org/data/25/
Redirect 302 /nb/updates/26/updates.xml /updates/current.xml
Redirect 302 /nb/plugins/26/ https://plugins.netbeans.apache.org/data/26/
+# dev builds including temporary gz redirect
Redirect 302 /nb/updates/dev/updates.xml /updates/current.xml
+Redirect 302 /nb/updates/dev/updates.xml.gz /updates/current.xml
Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/26/
# linked from ide.branding
Redirect 302 /nb/issues.html
https://netbeans.apache.org/front/main/participate/report-issue/
---------------------------------------------------------------------
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