You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2013/06/13 01:58:10 UTC

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

Author: lhazlewood
Date: Wed Jun 12 23:58:10 2013
New Revision: 1492503

URL: http://svn.apache.org/r1492503
Log:
Trying redirect for current content

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

Added: shiro/site/publish/static/.htaccess
URL: http://svn.apache.org/viewvc/shiro/site/publish/static/.htaccess?rev=1492503&view=auto
==============================================================================
--- shiro/site/publish/static/.htaccess (added)
+++ shiro/site/publish/static/.htaccess Wed Jun 12 23:58:10 2013
@@ -0,0 +1,2 @@
+RedirectMatch current(.*) 1.2.2/$1
+RedirectMatch 1.1.0(.*) 1.2.2/$1
\ No newline at end of file