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 9b0dbda  Automated site publishing by Jenkins build 714
9b0dbda is described below

commit 9b0dbdafc759af305808c3bc878fea8aa3ba8066
Author: jenkins <[email protected]>
AuthorDate: Tue Apr 9 18:42:17 2019 +0000

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

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


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