You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2013/10/24 04:52:45 UTC

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

Author: markrmiller
Date: Thu Oct 24 02:52:45 2013
New Revision: 1535272

URL: http://svn.apache.org/r1535272
Log:
4.5.1 update

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

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1535272&r1=1535271&r2=1535272&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Thu Oct 24 02:52:45 2013
@@ -28,9 +28,9 @@ 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_5_0/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/4_5_0/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/4_5_0/$1
+RedirectMatch temp /core/api/(.*) /core/4_5_1/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/4_5_1/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/4_5_1/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html