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:02:09 UTC

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

Author: olamy
Date: Tue Feb 26 15:02:09 2013
New Revision: 1450199

URL: http://svn.apache.org/r1450199
Log:
test simplify redirectmatch

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=1450199&r1=1450198&r2=1450199&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Tue Feb 26 15:02:09 2013
@@ -38,7 +38,7 @@ RedirectMatch ^(.*)/launcher(.*) /proper
 RedirectMatch ^(.*)/logging(.*) /proper/commons-logging/$2
 RedirectMatch ^(.*)/math(.*) /proper/commons-math/$2
 RedirectMatch ^(.*)/modeler(.*) /proper/commons-modeler/$2
-RedirectMatch ^(.*)/net(.*) /proper/commons-net/$2
+RedirectMatch /net(.*) /proper/commons-net/$1
 RedirectMatch ^(.*)/ognl(.*) /proper/commons-ognl/$2
 RedirectMatch ^(.*)/pool(.*) /proper/commons-pool/$2
 RedirectMatch ^(.*)/primitives(.*) /proper/commons-primitives/$2