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 51d7910 Automated site publishing by Jenkins build 720
51d7910 is described below
commit 51d7910d1546079b1bc2841ae6ef4e2dfa4ba124
Author: jenkins <[email protected]>
AuthorDate: Wed Apr 10 11:44:37 2019 +0000
Automated site publishing by Jenkins build 720
---
content/.htaccess | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/.htaccess b/content/.htaccess
index c9edda9..4b42e64 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -10,10 +10,10 @@ Redirect 302 /nb/report-issue
https://issues.apache.org/jira/projects/NETBEANS/i
#cgi mirror script
Redirect 301 /download/maven/index.html /download/maven/index.cgi
# Enable rewrite engine to redirect 404 pages to old netbeans.org
(137.254.56.26)
-RewriteEngine On
+# RewriteEngine On
# If the requested stuff is not a file ...
-RewriteCond "%{REQUEST_FILENAME}" "!-f"
+# RewriteCond "%{REQUEST_FILENAME}" "!-f"
# ... nor a directory ...
-RewriteCond "%{REQUEST_FILENAME}" "!-d"
+# 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]
+# 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