This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch nb126 in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
commit ddc0c713be9ad059d507769b8af8937d9aa06889 Author: Neil C Smith <neilcsm...@apache.org> AuthorDate: Mon Oct 25 17:16:35 2021 +0100 Update .htaccess for NB 12.6 --- netbeans.apache.org/src/content/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbeans.apache.org/src/content/.htaccess b/netbeans.apache.org/src/content/.htaccess index 237ea68..ca3c7ae 100644 --- a/netbeans.apache.org/src/content/.htaccess +++ b/netbeans.apache.org/src/content/.htaccess @@ -23,6 +23,8 @@ Redirect 302 /nb/updates/12.4/ https://netbeans-vm1.apache.org/uc/12.4/ Redirect 302 /nb/plugins/12.4/ https://plugins.netbeans.apache.org/data/12.0/ Redirect 302 /nb/updates/12.5/ https://netbeans-vm1.apache.org/uc/12.5/ Redirect 302 /nb/plugins/12.5/ https://plugins.netbeans.apache.org/data/12.0/ +Redirect 302 /nb/updates/12.6/ https://netbeans-vm1.apache.org/uc/12.6/ +Redirect 302 /nb/plugins/12.6/ https://plugins.netbeans.apache.org/data/12.0/ Redirect 302 /nb/updates/dev/ https://netbeans-vm1.apache.org/uc/dev/ Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/12.0/ Redirect 302 /nb/issues_redirect.html https://netbeans.apache.org/participate/report-issue.html --------------------------------------------------------------------- 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