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/13 00:43:45 UTC

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

Author: janhoy
Date: Sun May 12 22:43:45 2013
New Revision: 1481663

URL: http://svn.apache.org/r1481663
Log:
Redirect /api/* to 4_3_0

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

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1481663&r1=1481662&r2=1481663&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Sun May 12 22:43:45 2013
@@ -25,8 +25,8 @@ 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 /solr/api/org/(.*) /solr/4_1_0/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/4_1_0/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/4_3_0/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/4_3_0/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html