This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push: new 165d4ac Adds redirection to announcements from 2020 165d4ac is described below commit 165d4ac67ecb337e8d76916445757c9815af75a5 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sat Feb 20 08:58:26 2021 +0100 Adds redirection to announcements from 2020 --- source/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/.htaccess b/source/.htaccess index 098a831..0d23062 100644 --- a/source/.htaccess +++ b/source/.htaccess @@ -24,4 +24,6 @@ RedirectMatch \/2.*\/(.*)? http://struts.apache.org/$1 # page downloads.html was renamed to releases.html RedirectMatch \/downloads /releases +RedirectMatch \/announce.html(#a[0-9]+) /announce-2020.html$1 + ErrorDocument 404 /404