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/10/28 18:20:46 UTC

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

Author: bdemers
Date: Fri Oct 28 18:20:46 2016
New Revision: 1767053

URL: http://svn.apache.org/viewvc?rev=1767053&view=rev
Log:
attempting to correct old javadoc redirec

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

Modified: shiro/site/publish/static/.htaccess
URL: http://svn.apache.org/viewvc/shiro/site/publish/static/.htaccess?rev=1767053&r1=1767052&r2=1767053&view=diff
==============================================================================
--- shiro/site/publish/static/.htaccess (original)
+++ shiro/site/publish/static/.htaccess Fri Oct 28 18:20:46 2016
@@ -1 +1 @@
-RedirectMatch 1.1.0(.*) 1.3.2/$1
\ No newline at end of file
+RedirectMatch 301 1.1.0/(.*) current/$1
\ No newline at end of file