Author: buildbot Date: Fri Mar 1 16:18:54 2013 New Revision: 852559 Log: Staging update by buildbot for commons
Modified: websites/staging/commons/trunk/content/ (props changed) websites/staging/commons/trunk/content/.htaccess Propchange: websites/staging/commons/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Fri Mar 1 16:18:54 2013 @@ -1 +1 @@ -1451629 +1451630 Modified: websites/staging/commons/trunk/content/.htaccess ============================================================================== --- websites/staging/commons/trunk/content/.htaccess (original) +++ websites/staging/commons/trunk/content/.htaccess Fri Mar 1 16:18:54 2013 @@ -1,12 +1,6 @@ #until all sites redeployed #Redirect /proper/ http://commons.apache.org/components.html -#javadocs generic redirect a pattern was to use api-release/ or apix.x.x. -RedirectMatch ^/(.*)/api-release/(.*) /proper/commons-$1/javadocs/api-release/$2 -RedirectMatch ^/(.*)/api(.*)/(.*) /proper/commons-$1/javadocs/api$2/$3 -RedirectMatch /proper/commons-(.*)/api-release/(.*) /proper/commons-$1/javadocs/api-release/$2 -RedirectMatch /proper/commons-(.*)/api(.*)/(.*) /proper/commons-$1/javadocs/api$2/$3 - # redirect from previous path @@ -73,4 +67,8 @@ RedirectMatch ^/sandbox/nabla(.*) /sandb RedirectMatch ^/sandbox/openpgp(.*) /sandbox/commons-openpgp/$1 RedirectMatch ^/sandbox/performance(.*) /sandbox/commons-performance/$1 RedirectMatch ^/sandbox/pipeline(.*) /sandbox/commons-pipeline/$1 -RedirectMatch ^/sandbox/privilizer(.*) /sandbox/commons-privilizer/$1 \ No newline at end of file +RedirectMatch ^/sandbox/privilizer(.*) /sandbox/commons-privilizer/$1 + +#javadocs generic redirect a pattern was to use api-release/ or apix.x.x. +RedirectMatch /proper/commons-(.*)/api-release/(.*) /proper/commons-$1/javadocs/api-release/$2 +RedirectMatch /proper/commons-(.*)/api(.*)/(.*) /proper/commons-$1/javadocs/api$2/$3 \ No newline at end of file