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 2021/04/01 18:18:50 UTC

[netbeans-website] branch nb124-updates created (now f614bc7)

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

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


      at f614bc7  Add .htaccess redirects for 12.4

This branch includes the following new commits:

     new f614bc7  Add .htaccess redirects for 12.4

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: Add .htaccess redirects for 12.4

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

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

commit f614bc76329da47855869e5dce8160fbd7ee5526
Author: Neil C Smith <ne...@apache.org>
AuthorDate: Thu Apr 1 19:18:44 2021 +0100

    Add .htaccess redirects for 12.4
---
 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 26c11b2..beb8368 100644
--- a/netbeans.apache.org/src/content/.htaccess
+++ b/netbeans.apache.org/src/content/.htaccess
@@ -19,6 +19,8 @@ Redirect 302 /nb/updates/12.2/ https://netbeans-vm1.apache.org/uc/12.2/
 Redirect 302 /nb/plugins/12.2/ https://plugins.netbeans.apache.org/data/12.0/
 Redirect 302 /nb/updates/12.3/ https://netbeans-vm1.apache.org/uc/12.3/
 Redirect 302 /nb/plugins/12.3/ https://plugins.netbeans.apache.org/data/12.0/
+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/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