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
commit a1875db9c23f367f1d902154f0b1f4e2b0b36404 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Oct 27 18:31:57 2017 +0200 Adds proper redirect to Security Guides --- source/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/.htaccess b/source/.htaccess index c5d94cc..505c87c 100644 --- a/source/.htaccess +++ b/source/.htaccess @@ -7,7 +7,7 @@ RedirectMatch \/docs\/version\-notes\-22([0-9]{1,2})+\.html https://cwiki.apac RedirectMatch \/docs\/version\-notes\-21([0-9]{1,2})+\.html https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.1.$1 RedirectMatch \/docs\/version\-notes\-20([0-9]{1,2})+\.html https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.0.$1 -RedirectMatch \/docs\/s2-0([0-9]{2}).html https://cwiki.apache.org/confluence/display/WW/Security+Bulletin+S2-0$1 +RedirectMatch \/docs\/s2-0([0-9]{2}).html https://cwiki.apache.org/confluence/display/WW/S2-0$1 RedirectMatch \/2.*\/docs\/(.*)? http://struts.apache.org/docs/$1 RedirectMatch \/release\/2.*\/(.*)? http://struts.apache.org/$1 -- To stop receiving notification emails like this one, please contact "commits@struts.apache.org" <commits@struts.apache.org>.