You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2021/02/20 07:58:33 UTC

[struts-site] branch master updated: Adds redirection to announcements from 2020

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 <lu...@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