This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new a62bd71 Update .htaccess a62bd71 is described below commit a62bd718f3f0046b38d7b2f9272277caeb7271d7 Author: Daniel Gruno <humbed...@apache.org> AuthorDate: Mon Jun 7 09:47:39 2021 +0200 Update .htaccess --- .htaccess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index ff513a5..005899c 100644 --- a/.htaccess +++ b/.htaccess @@ -13,6 +13,9 @@ # three-oh-TWO (302) means you get TWO chances. ############################################################################### +# Retired as per INFRA-21960 +RedirectMatch Permanent ^(/.*)?$ https://incubator.apache.org/projects/weex.html + # set error pages ErrorDocument 404 https://weex.apache.org/404.html @@ -56,4 +59,4 @@ RewriteCond %{HTTP:X-Forwarded-Proto} ="" RewriteCond %{HTTPS} !=on # Redirect to https version -RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] \ No newline at end of file +RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org