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 f9ee64067febd86a8a43abd512fadedfc0b8bb91 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Oct 27 18:37:00 2017 +0200 Adds redirects for plugins --- source/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/.htaccess b/source/.htaccess index 505c87c..90b4503 100644 --- a/source/.htaccess +++ b/source/.htaccess @@ -9,6 +9,8 @@ RedirectMatch \/docs\/version\-notes\-20([0-9]{1,2})+\.html https://cwiki.apac RedirectMatch \/docs\/s2-0([0-9]{2}).html https://cwiki.apache.org/confluence/display/WW/S2-0$1 +RedirectMatch \/docs\/([a-zA-Z]+)-plugin\.html http://struts.apache.org/plugins/$1/ + RedirectMatch \/2.*\/docs\/(.*)? http://struts.apache.org/docs/$1 RedirectMatch \/release\/2.*\/(.*)? http://struts.apache.org/$1 RedirectMatch \/2.*\/(.*)? http://struts.apache.org/$1 -- To stop receiving notification emails like this one, please contact "commits@struts.apache.org" <commits@struts.apache.org>.