This is an automated email from the ASF dual-hosted git repository.
github-bot 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 8002d3053 Commit build products
8002d3053 is described below
commit 8002d30531cd5897d748f2173a1318078c604cd7
Author: Build Pelican (action) <[email protected]>
AuthorDate: Mon Apr 21 15:58:12 2025 +0000
Commit build products
---
output/.htaccess | 2 ++
1 file changed, 2 insertions(+)
diff --git a/output/.htaccess b/output/.htaccess
index cc409c371..e44dc9c00 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -220,6 +220,8 @@ RewriteRule ^(docs|guide)/\d+(?!.+\.\w+$|.+/$).+$
$0/ [R=301,L]
# __root/docs.solr.apache.org/ is a special alias added by INFRA-19439, so we
can refer to stuff in other places like SVN
RewriteRule ^docs/\d+.*$ __root/docs.solr.apache.org/$0 [PT]
+# Static pages that should be servable
+RewriteRule ^guide/(search-index\.js|sitemap\.xml|404\.html)$
__root/docs.solr.apache.org/$0 [PT]
# For debugging - can remove later
RewriteRule ^guide/go.*$ __root/docs.solr.apache.org/$0 [PT]
# Ref-guides up to 8.x