You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2013/05/22 11:47:54 UTC

svn commit: r862721 - in /websites/staging/lucene/trunk/content: ./ .htaccess

Author: buildbot
Date: Wed May 22 09:47:54 2013
New Revision: 862721

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/.htaccess

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 22 09:47:54 2013
@@ -1 +1 @@
-1483038
+1485134

Modified: websites/staging/lucene/trunk/content/.htaccess
==============================================================================
--- websites/staging/lucene/trunk/content/.htaccess (original)
+++ websites/staging/lucene/trunk/content/.htaccess Wed May 22 09:47:54 2013
@@ -18,6 +18,9 @@ RedirectMatch Permanent /solr/issue_trac
 # Legacy, unversioned Solr javadoc links
 #
 # for the top level overview page, send to our CMS managed overview page
+RedirectMatch Permanent /core/api$ /core/documentation.html
+RedirectMatch Permanent /core/api/$ /core/documentation.html
+RedirectMatch Permanent /core/api/index.html$ /core/documentation.html
 RedirectMatch Permanent /solr/api$ /solr/documentation.html
 RedirectMatch Permanent /solr/api/$ /solr/documentation.html
 RedirectMatch Permanent /solr/api/index.html$ /solr/documentation.html
@@ -25,6 +28,7 @@ RedirectMatch Permanent /solr/api/index.
 # Other pages can always be redirected to the "most current" released javadocs
 # using "temp" instead of permanent so crawlers know that they
 # might change again in the future
+RedirectMatch temp /core/api/(.*) /core/4_3_0/$1
 RedirectMatch temp /solr/api/org/(.*) /solr/4_3_0/solr-core/org/$1
 RedirectMatch temp /solr/api/(.*) /solr/4_3_0/$1