You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/03/04 22:57:24 UTC

svn commit: r1733660 - /shiro/site/publish/static/.htaccess

Author: bdemers
Date: Fri Mar  4 21:57:24 2016
New Revision: 1733660

URL: http://svn.apache.org/viewvc?rev=1733660&view=rev
Log:
attempting to fix broken site linkes

Modified:
    shiro/site/publish/static/.htaccess

Modified: shiro/site/publish/static/.htaccess
URL: http://svn.apache.org/viewvc/shiro/site/publish/static/.htaccess?rev=1733660&r1=1733659&r2=1733660&view=diff
==============================================================================
--- shiro/site/publish/static/.htaccess (original)
+++ shiro/site/publish/static/.htaccess Fri Mar  4 21:57:24 2016
@@ -1,2 +1,3 @@
-RedirectMatch current(.*) 1.2.2/$1
-RedirectMatch 1.1.0(.*) 1.2.2/$1
\ No newline at end of file
+RedirectMatch current(.*) 1.2.4/$1
+RedirectMatch latest(.*) 1.2.4/$1
+RedirectMatch 1.1.0(.*) 1.2.4/$1
\ No newline at end of file