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 b45cfb4 [NETBEANS-2080] Restoring .htaccess (#348)
b45cfb4 is described below
commit b45cfb4efe6eafa574567360510439b9c2acd1ca
Author: Antonio Vieiro <[email protected]>
AuthorDate: Wed Apr 10 13:42:00 2019 +0200
[NETBEANS-2080] Restoring .htaccess (#348)
It seems .htaccess was redirecting the catalog file incorrectly.
---
netbeans.apache.org/src/content/.htaccess | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/netbeans.apache.org/src/content/.htaccess
b/netbeans.apache.org/src/content/.htaccess
index c9edda9..4b42e64 100644
--- a/netbeans.apache.org/src/content/.htaccess
+++ b/netbeans.apache.org/src/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