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 4827f30 Automatic Site Publish by Buildbot
4827f30 is described below
commit 4827f309149e27fa74c32f15371c79f8aadbb0b5
Author: buildbot <[email protected]>
AuthorDate: Fri Apr 30 19:47:00 2021 +0000
Automatic Site Publish by Buildbot
---
output/.htaccess | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/output/.htaccess b/output/.htaccess
index 3818a02..6680e4f 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -69,6 +69,10 @@ RedirectMatch Permanent ^/quickstart.html
/guide/solr-tutorial.html
RedirectMatch Permanent ^/docs/4_0_0-(ALPHA|BETA)(.*) /docs/4_0_0$2
RedirectMatch Permanent ^/docs/api-(.*) /docs/$1
+### Redirects to Apache Nightlies, this will change when they have a separate
area for released artifacts
+RedirectMatch temp ^/charts(/.*)?$
https://nightlies.apache.org/solr/release/helm-charts$1
+RedirectMatch temp ^/operator/downloads/crds(/(v\d\.\d\.\d(/.*)?)?)?$
https://nightlies.apache.org/solr/release/operator/crds$1
+
### Javadocs & Refguide
# Hack: Append slash, if folder name does not end with slash - everything
containing a "." is treated as file and excluded from redirect:
@@ -78,8 +82,4 @@ RewriteRule ^guide/\d+_\d+/(?!.+\.\w+$|.+/$).+$
$0/ [R=301,L]
# __root/docs.lucene.apache.org/content/ is a special alias added by
INFRA-19439, so we can refer to stuff in other places like SVN
# TODO: Move solr specific content to own root location and change these rules
RewriteRule ^docs/(\d+_\d+_\d+/.*)$
__root/docs.lucene.apache.org/content/solr/$1 [PT]
-RewriteRule ^guide/\d+_\d+/.*$
__root/docs.lucene.apache.org/content/solr/$0 [PT]
-
-### Redirects to Apache Nightlies, this will change when they have a separate
area for released artifacts
-RewriteRule ^charts(/.*)?$
https://nightlies.apache.org/solr/release/helm-charts$1 [R,L]
-RewriteRule ^operator/downloads/crds(/(v\d\.\d\.\d(/.*)?)?)?$
https://nightlies.apache.org/solr/release/operator/crds$1 [R,L]
\ No newline at end of file
+RewriteRule ^guide/\d+_\d+/.*$
__root/docs.lucene.apache.org/content/solr/$0 [PT]
\ No newline at end of file