Author: olamy Date: Fri Jan 11 10:30:40 2013 New Revision: 1431975 URL: http://svn.apache.org/viewvc?rev=1431975&view=rev Log: add redirect for commons-cli2 in sandbox
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=1431975&r1=1431974&r2=1431975&view=diff ============================================================================== --- commons/cms-site/trunk/content/resources/.htaccess (original) +++ commons/cms-site/trunk/content/resources/.htaccess Fri Jan 11 10:30:40 2013 @@ -1,5 +1,9 @@ # redirect from previous path +#propers RedirectMatch ^(.*)/collections/(.*) $1/propers/commons-collections/$2 RedirectMatch ^(.*)/exec/(.*) $1/propers/commons-exec/$2 RedirectMatch ^(.*)/cli/(.*) $1/propers/commons-cli/$2 RedirectMatch ^(.*)/ognl/(.*) $1/propers/commons-ognl/$2 + +#sandbox +RedirectMatch ^(.*)/sandbox/cli2/(.*) $1/sandbox-sites/commons-cli2/$2