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:21:57 UTC

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

Author: bdemers
Date: Fri Oct 28 18:21:57 2016
New Revision: 1767054

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

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

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