You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2021/10/03 13:18:59 UTC

[shiro-site] branch jbake updated: add redirect to new files directory.

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


The following commit(s) were added to refs/heads/jbake by this push:
     new f6533fc  add redirect to new files directory.
f6533fc is described below

commit f6533fc4628f7407e6a237131e112bef2c14f271
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Sun Oct 3 15:18:30 2021 +0200

    add redirect to new files directory.
---
 jbake/assets/.htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/jbake/assets/.htaccess b/jbake/assets/.htaccess
index a821b06..c5f6d44 100644
--- a/jbake/assets/.htaccess
+++ b/jbake/assets/.htaccess
@@ -16,3 +16,6 @@ RedirectMatch ^/contribute.html /how-to-contribute.html
 
 # redirect blog posts
 RedirectMatch ^/2013/05/30/apache-shiro-122-released.html /how-to-contribute.html
+
+# redirect old file names
+RedirectMatch ^/assets/images/articles/(.*) /files/articles/$1