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

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

Author: bdemers
Date: Fri Oct 28 18:32:21 2016
New Revision: 1767058

URL: http://svn.apache.org/viewvc?rev=1767058&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=1767058&r1=1767057&r2=1767058&view=diff
==============================================================================
--- shiro/site/publish/static/.htaccess (original)
+++ shiro/site/publish/static/.htaccess Fri Oct 28 18:32:21 2016
@@ -1 +1 @@
-RedirectMatch 1.1.0/(.*) 1.3.2/$1
\ No newline at end of file
+RedirectMatch /1.1.0(.*) /current/$1
\ No newline at end of file