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/01/11 11:36:42 UTC

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

Author: olamy
Date: Fri Jan 11 10:36:41 2013
New Revision: 1431980

URL: http://svn.apache.org/viewvc?rev=1431980&view=rev
Log:
redirect for digester

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=1431980&r1=1431979&r2=1431980&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Fri Jan 11 10:36:41 2013
@@ -4,6 +4,7 @@ RedirectMatch ^(.*)/collections/(.*) $1/
 RedirectMatch ^(.*)/exec/(.*) $1/propers/commons-exec/$2
 RedirectMatch ^(.*)/cli/(.*) $1/propers/commons-cli/$2
 RedirectMatch ^(.*)/ognl/(.*) $1/propers/commons-ognl/$2
+RedirectMatch ^(.*)/digester/(.*) $1/propers/commons-digester/$2
 
 #sandbox
 RedirectMatch ^(.*)/sandbox/cli2/(.*) $1/sandbox-sites/commons-cli2/$2