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 ba...@apache.org on 2005/03/02 02:23:44 UTC

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

Author: bayard
Date: Tue Mar  1 17:23:43 2005
New Revision: 155851

URL: http://svn.apache.org/viewcvs?view=rev&rev=155851
Log:
avoiding regexp matches when they are not necessary

Modified:
    jakarta/site/docs/.htaccess

Modified: jakarta/site/docs/.htaccess
URL: http://svn.apache.org/viewcvs/jakarta/site/docs/.htaccess?view=diff&r1=155850&r2=155851
==============================================================================
--- jakarta/site/docs/.htaccess (original)
+++ jakarta/site/docs/.htaccess Tue Mar  1 17:23:43 2005
@@ -37,22 +37,16 @@
 #
 Redirect Permanent /ant http://ant.apache.org
 Redirect Permanent /avalon http://avalon.apache.org
-RedirectMatch Permanent /turbine/maven(.*) http://maven.apache.org$1
-
 Redirect Permanent /gump http://gump.apache.org
 Redirect Permanent /james http://james.apache.org
-
+Redirect Permanent /jetspeed http://portals.apache.org/jetspeed-1
 Redirect Permanent /log4j http://logging.apache.org/log4j
 Redirect Permanent /lucene http://lucene.apache.org/java
-Redirect Permanent /pluto http://portals.apache.org/pluto
-
 Redirect Permanent /ojb http://db.apache.org/ojb
+Redirect Permanent /pluto http://portals.apache.org/pluto
+Redirect Permanent /struts http://struts.apache.org
+Redirect Permanent /turbine/maven http://maven.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
-
-RedirectMatch Permanent ^/jetspeed(.*) http://portals.apache.org/jetspeed-1
-
-RedirectMatch Permanent ^/struts(.*) http://struts.apache.org$1
-



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