You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2017/03/07 14:34:20 UTC

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

Author: ishan
Date: Tue Mar  7 14:34:20 2017
New Revision: 1785843

URL: http://svn.apache.org/viewvc?rev=1785843&view=rev
Log:
6.4.2 redirect

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

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1785843&r1=1785842&r2=1785843&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Tue Mar  7 14:34:20 2017
@@ -39,9 +39,9 @@ RedirectMatch temp /solr/api$ /solr/api/
 # 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/6_4_1/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/6_4_1/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/6_4_1/$1
+RedirectMatch temp /core/api/(.*) /core/6_4_2/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/6_4_2/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/6_4_2/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html