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 0b1443f  /kb/trails to /kb/docs (#526)
0b1443f is described below

commit 0b1443fb96059e46f8da43e290ee1ef9f0fc27b4
Author: Antonio Vieiro <vie...@users.noreply.github.com>
AuthorDate: Sat Mar 6 07:53:04 2021 +0100

    /kb/trails to /kb/docs (#526)
    
    Co-authored-by: Antonio Vieiro <vie...@apache.org>
---
 netbeans.apache.org/src/content/.htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/netbeans.apache.org/src/content/.htaccess 
b/netbeans.apache.org/src/content/.htaccess
index aaca03f..568804e 100644
--- a/netbeans.apache.org/src/content/.htaccess
+++ b/netbeans.apache.org/src/content/.htaccess
@@ -28,6 +28,9 @@ Redirect 301 /download/maven/index.html 
/download/maven/index.cgi
 
 ErrorDocument 404 /404.html
 
+RewriteEngine On
+RewriteRule ^/kb/trails/(.*)$ /kb/docs/$1
+
 # Enable rewrite engine to redirect 404 pages to old netbeans.org 
(137.254.56.26)
 # RewriteEngine On
 # If the requested stuff is not a file ...


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