You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2019/02/12 19:27:39 UTC

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

Author: ctargett
Date: Tue Feb 12 19:27:39 2019
New Revision: 1853468

URL: http://svn.apache.org/viewvc?rev=1853468&view=rev
Log:
Fix redirect to non-existent 7.7 Ref Guide

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

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1853468&r1=1853467&r2=1853468&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Tue Feb 12 19:27:39 2019
@@ -42,7 +42,7 @@ RedirectMatch temp /solr/api$ /solr/api/
 RedirectMatch temp /core/api/(.*) /core/7_7_0/$1
 RedirectMatch temp /solr/api/org/(.*) /solr/7_7_0/solr-core/org/$1
 RedirectMatch temp /solr/api/(.*) /solr/7_7_0/$1
-RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/7_7/$1
+RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/7_6/$1
 
 # Solr Tutorial is now in the Solr Ref Guide
 # should redirect automatically to latest version