You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by ro...@apache.org on 2007/09/09 08:05:21 UTC

svn commit: r573952 - /jakarta/site/docs/.htaccess

Author: rolandw
Date: Sat Sep  8 23:05:20 2007
New Revision: 573952

URL: http://svn.apache.org/viewvc?rev=573952&view=rev
Log:
fixed commons and httpclient redirects

Modified:
    jakarta/site/docs/.htaccess

Modified: jakarta/site/docs/.htaccess
URL: http://svn.apache.org/viewvc/jakarta/site/docs/.htaccess?rev=573952&r1=573951&r2=573952&view=diff
==============================================================================
--- jakarta/site/docs/.htaccess (original)
+++ jakarta/site/docs/.htaccess Sat Sep  8 23:05:20 2007
@@ -54,18 +54,21 @@
 Redirect Permanent /tapestry http://tapestry.apache.org
 Redirect Permanent /tapestry/3.0.4 http://tapestry.apache.org/tapestry3
 Redirect Permanent /hivemind http://hivemind.apache.org
-Redirect Permanent /commons http://commons.apache.org
+# the redirect for Commons is below
 
 Redirect Permanent /commons/sandbox/sql http://db.apache.org/ddlutils
+Redirect Permanent /commons/httpclient http://jakarta.apache.org/httpcomponents/httpclient-3.x
+#
+# The redirect for Commons must appear after those for former subprojects
+Redirect Permanent /commons http://commons.apache.org
+
 
 RedirectMatch Permanent /builds/jakarta-james/latest http://cvs.apache.org/builds/james-server/test-build/
 RedirectMatch Permanent /builds/jakarta-james/nightly http://cvs.apache.org/builds/james-server/
 RedirectMatch Permanent /builds/jakarta-james http://www.apache.org/dist/jakarta/james
 
 #
-# Sandbox projects moved to proper (Commons and Taglibs)
+# Sandbox projects moved to proper (Taglibs)
 #
-Redirect Permanent /commons/sandbox/attributes http://jakarta.apache.org/commons/attributes
-Redirect Permanent /commons/sandbox/vfs http://jakarta.apache.org/commons/vfs
-Redirect Permanent /commons/sandbox/scxml http://jakarta.apache.org/commons/scxml
 Redirect Permanent /taglibs/sandbox/doc/rdc-doc/ http://jakarta.apache.org/taglibs/doc/rdc-doc/
+



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org