You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2017/12/21 15:32:47 UTC

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

Author: jpountz
Date: Thu Dec 21 15:32:47 2017
New Revision: 1818943

URL: http://svn.apache.org/viewvc?rev=1818943&view=rev
Log:
CMS commit to lucene by jpountz

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

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1818943&r1=1818942&r2=1818943&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Thu Dec 21 15:32:47 2017
@@ -39,10 +39,10 @@ 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/7_1_0/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/7_1_0/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/7_1_0/$1
-RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/7_1/$1
+RedirectMatch temp /core/api/(.*) /core/7_2_0/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/7_2_0/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/7_2_0/$1
+RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/7_2/$1
 
 # Solr Tutorial is now in the Solr Ref Guide
 # should redirect automatically to latest version