This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/mirrors in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/fix/mirrors by this push: new b00de17b8 Fixes redirect to announcement page b00de17b8 is described below commit b00de17b870bee792b653ef64fd10d2e87da8021 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Aug 11 16:21:13 2024 +0200 Fixes redirect to announcement page --- source/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/.htaccess b/source/.htaccess index bd1ae9474..80cf212d2 100644 --- a/source/.htaccess +++ b/source/.htaccess @@ -25,6 +25,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-2022.html$1 +RedirectMatch \/announce.html(#a[0-9]+)? /announce-2024.html$1 ErrorDocument 404 /404