Temporarily redirect to the Solr staging site, for testing
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 ^/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