This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch htaccess-nb18 in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
commit f3bdc5cb694eb789965d56c1411d27f1b5e328af Author: Neil C Smith <[email protected]> AuthorDate: Tue Apr 18 09:56:30 2023 +0100 Update .htaccess for NetBeans 18 --- netbeans.apache.org/src/content/.htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netbeans.apache.org/src/content/.htaccess b/netbeans.apache.org/src/content/.htaccess index de8a6dfe8..63da31967 100644 --- a/netbeans.apache.org/src/content/.htaccess +++ b/netbeans.apache.org/src/content/.htaccess @@ -35,8 +35,10 @@ Redirect 302 /nb/updates/16/ https://netbeans-vm1.apache.org/uc/16/ Redirect 302 /nb/plugins/16/ https://plugins.netbeans.apache.org/data/16/ Redirect 302 /nb/updates/17/ https://netbeans-vm1.apache.org/uc/17/ Redirect 302 /nb/plugins/17/ https://plugins.netbeans.apache.org/data/17/ +Redirect 302 /nb/updates/18/ https://netbeans-vm1.apache.org/uc/18/ +Redirect 302 /nb/plugins/18/ https://plugins.netbeans.apache.org/data/17/ Redirect 302 /nb/updates/dev/ https://netbeans-vm1.apache.org/uc/dev/ -Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/16/ +Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/17/ Redirect 302 /nb/issues_redirect.html https://netbeans.apache.org/participate/report-issue.html Redirect 302 /nb/report-issue https://netbeans.apache.org/participate/report-issue.html #cgi mirror script --------------------------------------------------------------------- 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
