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 18:53:59 UTC

[solr-site] branch main updated: Robots-tag-test: Fix if statement

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 58e350a85 Robots-tag-test: Fix if statement
58e350a85 is described below

commit 58e350a851045d2a8020f89dbecf33a442f290ad
Author: Houston Putman <ho...@gmail.com>
AuthorDate: Wed May 11 14:53:56 2022 -0400

    Robots-tag-test: Fix if statement
---
 themes/solr/templates/htaccess.ref-guide-old | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/solr/templates/htaccess.ref-guide-old b/themes/solr/templates/htaccess.ref-guide-old
index 48a604399..2a64f2c2a 100644
--- a/themes/solr/templates/htaccess.ref-guide-old
+++ b/themes/solr/templates/htaccess.ref-guide-old
@@ -1,3 +1,3 @@
 <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 [...]
     Header set X-Robots-Tag "noindex,nofollow,noarchive"
-</LocationMatch>
+</If>