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 10:58:17 UTC

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

Author: olamy
Date: Tue Feb 26 09:58:17 2013
New Revision: 1450102

URL: http://svn.apache.org/r1450102
Log:
better fix for / handling

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=1450102&r1=1450101&r2=1450102&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Tue Feb 26 09:58:17 2013
@@ -4,66 +4,66 @@ Redirect /proper/ http://commons.apache.
 # redirect from previous path
 
 #propers
-RedirectMatch ^(.*)/attributes/(.*) /proper/commons-attributes/$2
-RedirectMatch ^(.*)/bcel/(.*) /proper/commons-bcel/$2
-RedirectMatch ^(.*)/beanutils/(.*) /proper/commons-beanutils/$2
-RedirectMatch ^(.*)/betwixt/(.*) /proper/commons-betwixt/$2
-RedirectMatch ^(.*)/bsf/(.*) /proper/commons-bsf/$2
-RedirectMatch ^(.*)/chain/(.*) /proper/commons-chain/$2
+RedirectMatch ^(.*)/attributes(.*) /proper/commons-attributes/$2
+RedirectMatch ^(.*)/bcel(.*) /proper/commons-bcel/$2
+RedirectMatch ^(.*)/beanutils(.*) /proper/commons-beanutils/$2
+RedirectMatch ^(.*)/betwixt(.*) /proper/commons-betwixt/$2
+RedirectMatch ^(.*)/bsf(.*) /proper/commons-bsf/$2
+RedirectMatch ^(.*)/chain(.*) /proper/commons-chain/$2
 RedirectMatch ^(.*)/cli(.*) /proper/commons-cli/$2
-RedirectMatch ^(.*)/codec/(.*) /proper/commons-codec/$2
-RedirectMatch ^(.*)/collections/(.*) /proper/commons-collections/$2
-RedirectMatch ^(.*)/compress/(.*) /proper/commons-compress/$2
-RedirectMatch ^(.*)/configuration/(.*) /proper/commons-configuration/$2
-RedirectMatch ^(.*)/csv/(.*) /proper/commons-csv/$2
-RedirectMatch ^(.*)/daemon/(.*) /proper/commons-daemon/$2
-RedirectMatch ^(.*)/dbcp/(.*) /proper/commons-dbcp/$2
-RedirectMatch ^(.*)/dbutils/(.*) /proper/commons-dbutils/$2
-RedirectMatch ^(.*)/discovery/(.*) /proper/commons-discovery/$2
-RedirectMatch ^(.*)/digester/(.*) /proper/commons-digester/$2
-RedirectMatch ^(.*)/el/(.*) /proper/commons-el/$2
-RedirectMatch ^(.*)/email/(.*) /proper/commons-email/$2
-RedirectMatch ^(.*)/exec/(.*) /proper/commons-exec/$2
-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 ^(.*)/jci/(.*) /proper/commons-jci/$2
-RedirectMatch ^(.*)/jcs/(.*) /proper/commons-jcs/$2
-RedirectMatch ^(.*)/jelly/(.*) /proper/commons-jelly/$2
-RedirectMatch ^(.*)/jexl/(.*) /proper/commons-jexl/$2
-RedirectMatch ^(.*)/jxpath/(.*) /proper/commons-jxpath/$2
-RedirectMatch ^(.*)/lang/(.*) /proper/commons-lang/$2
-RedirectMatch ^(.*)/launcher/(.*) /proper/commons-launcher/$2
-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 ^(.*)/ognl/(.*) /proper/commons-ognl/$2
-RedirectMatch ^(.*)/pool/(.*) /proper/commons-pool/$2
-RedirectMatch ^(.*)/primitives/(.*) /proper/commons-primitives/$2
-RedirectMatch ^(.*)/proxy/(.*) /proper/commons-proxy/$2
-RedirectMatch ^(.*)/scxml/(.*) /proper/commons-scxml/$2
-RedirectMatch ^(.*)/transaction/(.*) /proper/commons-transaction/$2
-RedirectMatch ^(.*)/validator/(.*) /proper/commons-validator/$2
-RedirectMatch ^(.*)/vfs/(.*) /proper/commons-vfs/$2
+RedirectMatch ^(.*)/codec(.*) /proper/commons-codec/$2
+RedirectMatch ^(.*)/collections(.*) /proper/commons-collections/$2
+RedirectMatch ^(.*)/compress(.*) /proper/commons-compress/$2
+RedirectMatch ^(.*)/configuration(.*) /proper/commons-configuration/$2
+RedirectMatch ^(.*)/csv(.*) /proper/commons-csv/$2
+RedirectMatch ^(.*)/daemon(.*) /proper/commons-daemon/$2
+RedirectMatch ^(.*)/dbcp(.*) /proper/commons-dbcp/$2
+RedirectMatch ^(.*)/dbutils(.*) /proper/commons-dbutils/$2
+RedirectMatch ^(.*)/discovery(.*) /proper/commons-discovery/$2
+RedirectMatch ^(.*)/digester(.*) /proper/commons-digester/$2
+RedirectMatch ^(.*)/el(.*) /proper/commons-el/$2
+RedirectMatch ^(.*)/email(.*) /proper/commons-email/$2
+RedirectMatch ^(.*)/exec(.*) /proper/commons-exec/$2
+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 ^(.*)/jci(.*) /proper/commons-jci/$2
+RedirectMatch ^(.*)/jcs(.*) /proper/commons-jcs/$2
+RedirectMatch ^(.*)/jelly(.*) /proper/commons-jelly/$2
+RedirectMatch ^(.*)/jexl(.*) /proper/commons-jexl/$2
+RedirectMatch ^(.*)/jxpath(.*) /proper/commons-jxpath/$2
+RedirectMatch ^(.*)/lang(.*) /proper/commons-lang/$2
+RedirectMatch ^(.*)/launcher(.*) /proper/commons-launcher/$2
+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 ^(.*)/ognl(.*) /proper/commons-ognl/$2
+RedirectMatch ^(.*)/pool(.*) /proper/commons-pool/$2
+RedirectMatch ^(.*)/primitives(.*) /proper/commons-primitives/$2
+RedirectMatch ^(.*)/proxy(.*) /proper/commons-proxy/$2
+RedirectMatch ^(.*)/scxml(.*) /proper/commons-scxml/$2
+RedirectMatch ^(.*)/transaction(.*) /proper/commons-transaction/$2
+RedirectMatch ^(.*)/validator(.*) /proper/commons-validator/$2
+RedirectMatch ^(.*)/vfs(.*) /proper/commons-vfs/$2
 
 #sandbox
-RedirectMatch ^(.*)/sandbox/beanutils2/(.*) /sandbox/commons-beanutils2/$2
-RedirectMatch ^(.*)/sandbox/classscan/(.*) /sandbox/commons-classscan/$2
-RedirectMatch ^(.*)/sandbox/cli2/(.*) /sandbox/commons-cli2/$2
-RedirectMatch ^(.*)/sandbox/convert/(.*) /sandbox/commons-convert/$2
-RedirectMatch ^(.*)/sandbox/finder/(.*) /sandbox/commons-finder/$2
-RedirectMatch ^(.*)/sandbox/flatfile/(.*) /sandbox/commons-flatfile/$2
-RedirectMatch ^(.*)/sandbox/functor/(.*) /sandbox/commons-functor/$2
-RedirectMatch ^(.*)/sandbox/graph/(.*) /sandbox/commons-graph/$2
-RedirectMatch ^(.*)/sandbox/i18n/(.*) /sandbox/commons-i18n/$2
-RedirectMatch ^(.*)/sandbox/id/(.*) /sandbox/commons-id/$2
-RedirectMatch ^(.*)/sandbox/javaflow/(.*) /sandbox/commons-javaflow/$2
-RedirectMatch ^(.*)/sandbox/jnet/(.*) /sandbox/commons-jnet/$2
-RedirectMatch ^(.*)/sandbox/monitoring/(.*) /sandbox/commons-monitoring/$2
-RedirectMatch ^(.*)/sandbox/nabla/(.*) /sandbox/commons-nabla/$2
-RedirectMatch ^(.*)/sandbox/openpgp/(.*) /sandbox/commons-openpgp/$2
-RedirectMatch ^(.*)/sandbox/performance/(.*) /sandbox/commons-performance/$2
-RedirectMatch ^(.*)/sandbox/pipeline/(.*) /sandbox/commons-pipeline/$2
-RedirectMatch ^(.*)/sandbox/privilizer/(.*) /sandbox/commons-privilizer/$2
\ No newline at end of file
+RedirectMatch ^(.*)/sandbox/beanutils2(.*) /sandbox/commons-beanutils2/$2
+RedirectMatch ^(.*)/sandbox/classscan(.*) /sandbox/commons-classscan/$2
+RedirectMatch ^(.*)/sandbox/cli2(.*) /sandbox/commons-cli2/$2
+RedirectMatch ^(.*)/sandbox/convert(.*) /sandbox/commons-convert/$2
+RedirectMatch ^(.*)/sandbox/finder(.*) /sandbox/commons-finder/$2
+RedirectMatch ^(.*)/sandbox/flatfile(.*) /sandbox/commons-flatfile/$2
+RedirectMatch ^(.*)/sandbox/functor(.*) /sandbox/commons-functor/$2
+RedirectMatch ^(.*)/sandbox/graph(.*) /sandbox/commons-graph/$2
+RedirectMatch ^(.*)/sandbox/i18n(.*) /sandbox/commons-i18n/$2
+RedirectMatch ^(.*)/sandbox/id(.*) /sandbox/commons-id/$2
+RedirectMatch ^(.*)/sandbox/javaflow(.*) /sandbox/commons-javaflow/$2
+RedirectMatch ^(.*)/sandbox/jnet(.*) /sandbox/commons-jnet/$2
+RedirectMatch ^(.*)/sandbox/monitoring(.*) /sandbox/commons-monitoring/$2
+RedirectMatch ^(.*)/sandbox/nabla(.*) /sandbox/commons-nabla/$2
+RedirectMatch ^(.*)/sandbox/openpgp(.*) /sandbox/commons-openpgp/$2
+RedirectMatch ^(.*)/sandbox/performance(.*) /sandbox/commons-performance/$2
+RedirectMatch ^(.*)/sandbox/pipeline(.*) /sandbox/commons-pipeline/$2
+RedirectMatch ^(.*)/sandbox/privilizer(.*) /sandbox/commons-privilizer/$2
\ No newline at end of file