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 d98a062 Automated site publishing by Jenkins build 710 d98a062 is described below commit d98a0625bd7b20f6acc7b71b565232e9e1ff5885 Author: jenkins <bui...@apache.org> AuthorDate: Mon Apr 8 18:36:55 2019 +0000 Automated site publishing by Jenkins build 710 --- content/.htaccess | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/.htaccess b/content/.htaccess index e052951..7691860 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -16,6 +16,5 @@ RewriteCond "%{REQUEST_FILENAME}" "!-f" # ... nor a directory ... RewriteCond "%{REQUEST_FILENAME}" "!-d" # ... then redirect (302) to Oracle's server -RewriteRule (.*) "http://137.254.56.26/$1" [L,R=302] -# As a fallaback also redirect all 404 files -ErrorDocument 404 http://137.254.56.26/%{REQUEST_URI} +RequestHeader set Host netbeans.org +RewriteRule (.*) "https://137.254.56.26/$1" [L,R=302] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists