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/03/01 17:22:18 UTC

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

Author: olamy
Date: Fri Mar  1 16:22:18 2013
New Revision: 1451635

URL: http://svn.apache.org/r1451635
Log:
oups 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=1451635&r1=1451634&r2=1451635&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Fri Mar  1 16:22:18 2013
@@ -70,5 +70,7 @@ RedirectMatch ^/sandbox/pipeline(.*) /sa
 RedirectMatch ^/sandbox/privilizer(.*) /sandbox/commons-privilizer/$1
 
 #javadocs generic redirect a pattern was to use api-release/ or apix.x.x.
-RedirectMatch http://comons.apache.org/proper/commons-(.*)/api-release/(.*) http://comons.apache.org/proper/commons-$1/javadocs/api-release/$2
-RedirectMatch http://comons.apache.org/proper/commons-(.*)/api(.*)/(.*) http://comons.apache.org/proper/commons-$1/javadocs/api$2/$3
\ No newline at end of file
+RedirectMatch http://commons.apache.org/proper/commons-(.*)/api-release/(.*) http://commons.apache.org/proper/commons-$1/javadocs/api-release/$2
+RedirectMatch http://commons.apache.org/proper/commons-(.*)/api(.*)/(.*) http://commons.apache.org/proper/commons-$1/javadocs/api$2/$3
+
+