You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2021/02/21 22:21:24 UTC

[lucene-site] 02/02: Temporarily redirect to the Solr staging site, for testing

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main/lucene
in repository https://gitbox.apache.org/repos/asf/lucene-site.git

commit 41c125dc0d116e8ee593bd8b16e6cd8d14935284
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Sun Feb 21 23:21:07 2021 +0100

    Temporarily redirect to the Solr staging site, for testing
---
 themes/lucene/templates/htaccess.template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/themes/lucene/templates/htaccess.template b/themes/lucene/templates/htaccess.template
index c4975b1..19ca380 100644
--- a/themes/lucene/templates/htaccess.template
+++ b/themes/lucene/templates/htaccess.template
@@ -127,7 +127,9 @@ RedirectMatch Permanent ^/nutch/(.*)$ https://nutch.apache.org/$1
 RedirectMatch Permanent ^/lucy/(.*)$ https://lucy.apache.org/
 
 # promote Solr to TLP
-RedirectMatch Permanent ^/solr/(.*)$ https://solr.apache.org/$1
+# TODO: This links to the staging site for new Solr - change the redirect to TLP page
+#RedirectMatch Permanent ^/solr/(.*)$ https://solr.apache.org/$1
+RedirectMatch Permanent ^/solr/(.*)$ https://lucene-solrtlp.staged.apache.org/$1
 
 
 ### Javadocs & Solr Refguide