You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2022/04/20 11:18:31 UTC

[netbeans-website] branch htaccess-nb140 created (now 0d247708f)

This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to branch htaccess-nb140
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


      at 0d247708f Update .htaccess for NetBeans 14

This branch includes the following new commits:

     new 0d247708f Update .htaccess for NetBeans 14

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[netbeans-website] 01/01: Update .htaccess for NetBeans 14

Posted by ne...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch htaccess-nb140
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git

commit 0d247708f7ad82d9518e6255ce448b26654d074a
Author: Neil C Smith <ne...@apache.org>
AuthorDate: Wed Apr 20 12:18:28 2022 +0100

    Update .htaccess for NetBeans 14
    
    Update .htaccess for NetBeans 14. (plugins set to NB13 temporarily)
---
 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 8e13ea07d..4fa6bdf1c 100644
--- a/netbeans.apache.org/src/content/.htaccess
+++ b/netbeans.apache.org/src/content/.htaccess
@@ -26,7 +26,9 @@ 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/13/ https://netbeans-vm1.apache.org/uc/13/
-Redirect 302 /nb/plugins/13/ https://plugins.netbeans.apache.org/data/12.0/
+Redirect 302 /nb/plugins/13/ https://plugins.netbeans.apache.org/data/13/
+Redirect 302 /nb/updates/14/ https://netbeans-vm1.apache.org/uc/14/
+Redirect 302 /nb/plugins/14/ https://plugins.netbeans.apache.org/data/13/
 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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists