This is an automated email from the ASF dual-hosted git repository.
git-site-role 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 74eb8d9 Automatic Site Publish by Buildbot
74eb8d9 is described below
commit 74eb8d9c991579bc40b254f25c6732e080ec00ca
Author: buildbot <[email protected]>
AuthorDate: Sun Feb 6 00:51:18 2022 +0000
Automatic Site Publish by Buildbot
---
output/guide/.htaccess | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/output/guide/.htaccess b/output/guide/.htaccess
index 5f47f56..60af56d 100644
--- a/output/guide/.htaccess
+++ b/output/guide/.htaccess
@@ -14,6 +14,7 @@
# limitations under the License.
RewriteEngine on
+RewriteBase /guide/
# Test of page rename redirects
RewriteRule foo.html solr-glossary.html [R=301,NE,L]
@@ -29,4 +30,4 @@ RedirectMatch temp ^(?!index.html)([a-z].*) 8_11/$1
RewriteRule ^\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 ^\d+.*$ __root/docs.solr.apache.org/$0 [PT]
\ No newline at end of file
+RewriteRule ^\d+.*$ __root/docs.solr.apache.org/guide/$0 [PT]
\ No newline at end of file