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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new bafb90e1e Commit build products
bafb90e1e is described below

commit bafb90e1e56f12caee195d58a8c6f905c7f093f3
Author: Build Pelican (action) <[email protected]>
AuthorDate: Mon Apr 21 15:58:02 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

Reply via email to