This is an automated email from the ASF dual-hosted git repository. bmarwell pushed a commit to branch jbake in repository https://gitbox.apache.org/repos/asf/shiro-site.git
commit a26b840fe505cf85db7ec6ac2f5cdc062b85bb5e Author: Benjamin Marwell <[email protected]> AuthorDate: Tue Sep 14 22:01:44 2021 +0200 Move htaccess --- .htaccess => jbake/assets/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/jbake/assets/.htaccess similarity index 88% rename from .htaccess rename to jbake/assets/.htaccess index 0c8b288..a821b06 100644 --- a/.htaccess +++ b/jbake/assets/.htaccess @@ -13,3 +13,6 @@ RedirectMatch ^/shiro-web(.*) /static/current/shiro-web/$1 RedirectMatch ^/spring.html /spring-framework.html RedirectMatch ^/features-overview.html /features.html RedirectMatch ^/contribute.html /how-to-contribute.html + +# redirect blog posts +RedirectMatch ^/2013/05/30/apache-shiro-122-released.html /how-to-contribute.html
