Author: olamy Date: Fri Jan 11 10:27:58 2013 New Revision: 1431973 URL: http://svn.apache.org/viewvc?rev=1431973&view=rev Log: fix typo
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=1431973&r1=1431972&r2=1431973&view=diff ============================================================================== --- commons/cms-site/trunk/content/resources/.htaccess (original) +++ commons/cms-site/trunk/content/resources/.htaccess Fri Jan 11 10:27:58 2013 @@ -2,4 +2,4 @@ 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-ogn/$2 +RedirectMatch ^(.*)/ognl/(.*) $1/propers/commons-ognl/$2