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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 91e5682  Automated site publishing by Jenkins build 712
91e5682 is described below

commit 91e5682138b47ee23be35d2de676fa3b9182793a
Author: jenkins <[email protected]>
AuthorDate: Tue Apr 9 01:24:13 2019 +0000

    Automated site publishing by Jenkins build 712
---
 content/.htaccess | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/content/.htaccess b/content/.htaccess
index 7691860..c9edda9 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -15,6 +15,5 @@ RewriteEngine On
 RewriteCond "%{REQUEST_FILENAME}" "!-f"
 # ... nor a directory ...
 RewriteCond "%{REQUEST_FILENAME}" "!-d"
-# ... then redirect (302) to Oracle's server
-RequestHeader set Host netbeans.org
-RewriteRule (.*) "https://137.254.56.26/$1"; [L,R=302]
+# ... then redirect (302) to the legacy.netbeans.org server with Oracle era 
content
+RewriteRule (.*) "https://legacy.netbeans.org/$1"; [L,R=302]


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

Reply via email to