You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/26 16:14:49 UTC

svn commit: r1450209 - /commons/cms-site/trunk/content/resources/.htaccess

Author: olamy
Date: Tue Feb 26 15:14:49 2013
New Revision: 1450209

URL: http://svn.apache.org/r1450209
Log:
simplify redirect.

Modified:
    commons/cms-site/trunk/content/resources/.htaccess

Modified: commons/cms-site/trunk/content/resources/.htaccess
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/.htaccess?rev=1450209&r1=1450208&r2=1450209&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Tue Feb 26 15:14:49 2013
@@ -27,7 +27,7 @@ RedirectMatch ^(.*)/exec(.*) /proper/com
 RedirectMatch ^(.*)/fileupload(.*) /proper/commons-fileupload/$2
 RedirectMatch ^(.*)/functor(.*) /proper/commons-functor/$2
 RedirectMatch ^(.*)/imaging(.*) /proper/commons-imaging/$2
-RedirectMatch ^(.*)/io(.*) /proper/commons-io/$2
+RedirectMatch /io(.*) /proper/commons-io/$1
 RedirectMatch ^(.*)/jci(.*) /proper/commons-jci/$2
 RedirectMatch ^(.*)/jcs(.*) /proper/commons-jcs/$2
 RedirectMatch ^(.*)/jelly(.*) /proper/commons-jelly/$2