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

svn commit: r1485134 - /lucene/cms/trunk/content/.htaccess

Author: janhoy
Date: Wed May 22 09:47:47 2013
New Revision: 1485134

URL: http://svn.apache.org/r1485134
Log:
Lucene API redirects

Modified:
    lucene/cms/trunk/content/.htaccess

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1485134&r1=1485133&r2=1485134&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Wed May 22 09:47:47 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