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 2017/06/21 18:46:28 UTC

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

Author: ctargett
Date: Wed Jun 21 18:46:28 2017
New Revision: 1799497

URL: http://svn.apache.org/viewvc?rev=1799497&view=rev
Log:
Don't redirect from Ref Guide landing page

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

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1799497&r1=1799496&r2=1799497&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Wed Jun 21 18:46:28 2017
@@ -42,7 +42,7 @@ RedirectMatch temp /solr/api$ /solr/api/
 RedirectMatch temp /core/api/(.*) /core/6_6_0/$1
 RedirectMatch temp /solr/api/org/(.*) /solr/6_6_0/solr-core/org/$1
 RedirectMatch temp /solr/api/(.*) /solr/6_6_0/$1
-RedirectMatch temp /solr/guide/([a-z].*) /solr/guide/6_6/$1
+RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/6_6/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html