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

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


The following commit(s) were added to refs/heads/master by this push:
     new 11a99a7  some netbeans.org additional redirections (#530)
11a99a7 is described below

commit 11a99a7c34aa10781440db656f2a64cfe8852459
Author: Antonio Vieiro <vie...@users.noreply.github.com>
AuthorDate: Sat Mar 6 10:26:10 2021 +0100

    some netbeans.org additional redirections (#530)
    
    Co-authored-by: Antonio Vieiro <vie...@apache.org>
---
 netbeans.apache.org/src/content/.htaccess | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/netbeans.apache.org/src/content/.htaccess 
b/netbeans.apache.org/src/content/.htaccess
index 0e323f2..e1e2b34 100644
--- a/netbeans.apache.org/src/content/.htaccess
+++ b/netbeans.apache.org/src/content/.htaccess
@@ -29,6 +29,20 @@ Redirect 301 /download/maven/index.html 
/download/maven/index.cgi
 # Redirect /kb/trails to /kb/docs
 Redirect 301 /kb/trails /kb/docs
 
+# Some other redirections
+Redirect 301 /features/ide/database.html /kb/docs/ide/#_databases
+Redirect 301 /features/ide/versioning.html 
/kb/docs/ide/#_source_code_management
+Redirect 301 /features/ide/collaboration.html 
/kb/docs/ide/#_source_code_management
+Redirect 301 /features/java-on-server/web-services.html 
/kb/docs/websvc/intro-ws.html
+Redirect 301 /features/java/debugger.html /kb/docs/java/profiler-intro.html
+Redirect 301 /features/java-on-client/swing.html /kb/docs/matisse.html
+Redirect 301 /features/java/testing.html /kb/docs/java/testng-screencast.html
+RedirectMatch 301 ^/features/php/.*$ /kb/docs/php/
+Redirect 301 /java-on-client/java-me.html /kb/docs/mobility.html
+Redirect 301 /community/releases/82/ /download/archive/index.html
+RedirectMatch 301 ^/community/releases/.*$ /download/archive/index.html
+
+# A simple error page
 ErrorDocument 404 /404.html
 
 # Enable rewrite engine to redirect 404 pages to old netbeans.org 
(137.254.56.26)


---------------------------------------------------------------------
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

Reply via email to