This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/solr-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 19c8e674c Automatic Site Publish by Buildbot
19c8e674c is described below
commit 19c8e674cc6e6241d02f3058c732736b5604ba21
Author: buildbot <[email protected]>
AuthorDate: Sun May 8 22:34:50 2022 +0000
Automatic Site Publish by Buildbot
---
output/.htaccess | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/output/.htaccess b/output/.htaccess
index 5b3695828..ddbfaa485 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -59,7 +59,7 @@ RedirectMatch Permanent ^/guide/\d+_\d+$ $0/
# might change again in the future
RedirectMatch temp ^/api/org/(.*) /docs/8_11_1/solr-core/org/$1
RedirectMatch temp ^/api/(.*) /docs/8_11_1/$1
-RedirectMatch temp ^/guide/(?!index.html)(?!solr/)([a-z].*) /guide/8_11/$1
+RedirectMatch temp ^/guide/(?!index.html)(?!solr/)(?!search-index.js)([a-z].*)
/guide/8_11/$1
# Solr Tutorial is now in the Solr Ref Guide
# should redirect automatically to latest version
@@ -86,7 +86,7 @@ RewriteRule ^docs/\d+.*$ __root/docs.solr.apache.org/$0 [PT]
# Ref-guides up to 8.x
RewriteRule ^guide/(6|7|8)_\d+.*$ __root/docs.solr.apache.org/$0 [PT]
# Ref-guides from 9.0
-RewriteRule ^guide/_/.+$ __root/docs.solr.apache.org/$0 [PT]
+RewriteRule ^guide/(_/.+|search-index.js)$ __root/docs.solr.apache.org/$0 [PT]
RewriteRule ^guide/solr/(latest|\d+(?!.+\.\w+$|.+/$).+)$ $0/ [R=301,L]
RewriteRule ^guide/solr/\d+_\d+/.*$ __root/docs.solr.apache.org/$0 [PT]