This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch neilcsmith-patch-report-issue in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git
commit 7cd6c99fc6aafa2adc4e24240918635248c0e6d3 Author: Neil C Smith <[email protected]> AuthorDate: Tue Jul 10 13:58:08 2018 +0100 Update .htaccess with report issue redirects. --- 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 92ea65f..0a5112e 100644 --- a/netbeans.apache.org/src/content/.htaccess +++ b/netbeans.apache.org/src/content/.htaccess @@ -3,3 +3,5 @@ Redirect 302 /download/9.0-beta/source https://www.apache.org/dyn/closer.cgi/inc Redirect 302 /download/9.0-beta/binary https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbeans-java/incubating-9.0-beta/incubating-netbeans-java-9.0-beta-bin.zip Redirect 301 /updates/8.2/uc/final/certified/catalog.xml.gz http://updates.netbeans.org/netbeans/updates/8.2/uc/final/certified/catalog.xml.gz Redirect 302 /nb/updates/9.0/ http://netbeans-vm.apache.org/uc/9.0/ +Redirect 302 /nb/issues_redirect.html https://issues.apache.org/jira/projects/NETBEANS/issues +Redirect 302 /nb/report-issue/ https://issues.apache.org/jira/projects/NETBEANS/issues --------------------------------------------------------------------- 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
