You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2022/05/11 21:00:49 UTC

[solr-site] branch main updated: Robots-tag-test: Tested locally

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

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


The following commit(s) were added to refs/heads/main by this push:
     new edb481d0a Robots-tag-test: Tested locally
edb481d0a is described below

commit edb481d0ad3dd988b2db458c90ffce25d357168b
Author: Houston Putman <ho...@gmail.com>
AuthorDate: Wed May 11 17:00:45 2022 -0400

    Robots-tag-test: Tested locally
---
 themes/solr/templates/htaccess.ref-guide-old | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/themes/solr/templates/htaccess.ref-guide-old b/themes/solr/templates/htaccess.ref-guide-old
index 2a64f2c2a..39e839724 100644
--- a/themes/solr/templates/htaccess.ref-guide-old
+++ b/themes/solr/templates/htaccess.ref-guide-old
@@ -1,3 +1,5 @@
-<If "%{PATH_INFO} =~ ^/guide/(6|7|8)_" && ! "%{PATH_INFO} =~ ^/guide/8_11/(adding-custom-plugins-in-solrcloud-mode|blob-store-api|blockjoin-faceting|cdcr-api|cdcr-architecture|cdcr-config|cdcr-operations|colocating-collections|cross-data-center-replication-cdcr|dataimport-screen|errata|metrics-history|migrate-to-policy-rule|putting-the-pieces-together|rule-based-replica-placement|solrcloud-autoscaling-api|solrcloud-autoscaling-auto-add-replicas|solrcloud-autoscaling-fault-tolerance|solrc [...]
+<If "%{REQUEST_URI} =~ m#^/guide/(6|7|8)_.*#">
+  <If "%{REQUEST_URI} !~ m#^/guide/8_11/(adding-custom-plugins-in-solrcloud-mode|blob-store-api|blockjoin-faceting|cdcr-api|cdcr-architecture|cdcr-config|cdcr-operations|colocating-collections|cross-data-center-replication-cdcr|dataimport-screen|errata|metrics-history|migrate-to-policy-rule|putting-the-pieces-together|rule-based-replica-placement|solrcloud-autoscaling-api|solrcloud-autoscaling-auto-add-replicas|solrcloud-autoscaling-fault-tolerance|solrcloud-autoscaling-listeners|solrclo [...]
     Header set X-Robots-Tag "noindex,nofollow,noarchive"
+  </If>
 </If>