You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by vi...@apache.org on 2019/04/09 18:53:16 UTC

[incubator-netbeans-website] branch master updated: Rewriterule to IP address instead

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/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a1ef7c4  Rewriterule to IP address instead
a1ef7c4 is described below

commit a1ef7c488498a1a585e0608e9df01c706076a23b
Author: Antonio Vieiro <vi...@users.noreply.github.com>
AuthorDate: Tue Apr 9 20:53:12 2019 +0200

    Rewriterule to IP address instead
---
 netbeans.apache.org/src/content/.htaccess | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists