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 d46503779 Debugging ref guide canonicalization
d46503779 is described below

commit d46503779c7aa93ddee246a6599003c18dd124c1
Author: Houston Putman <[email protected]>
AuthorDate: Fri Apr 18 19:19:00 2025 -0500

    Debugging ref guide canonicalization
---
 themes/solr/templates/htaccess.template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/themes/solr/templates/htaccess.template 
b/themes/solr/templates/htaccess.template
index 340cc8fc3..3ec084d17 100644
--- a/themes/solr/templates/htaccess.template
+++ b/themes/solr/templates/htaccess.template
@@ -87,6 +87,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]
+# For debugging - can remove later
+RewriteRule ^guide/go.*$  __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

Reply via email to