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 a734706 Automatic Site Publish by Buildbot
a734706 is described below
commit a734706e2ed16eb27130abca0572827117b40954
Author: buildbot <[email protected]>
AuthorDate: Fri Apr 30 22:19:11 2021 +0000
Automatic Site Publish by Buildbot
---
output/.htaccess | 4 ++--
output/operator/.htaccess | 17 -----------------
2 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/output/.htaccess b/output/.htaccess
index 6b879a2..84050bd 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -70,8 +70,8 @@ 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
-Redirect temp "/charts" "https://nightlies.apache.org/solr/release/helm-charts"
-Redirect temp "/operator/downloads/crds"
"https://nightlies.apache.org/solr/release/operator/crds"
+Redirect temp /charts https://nightlies.apache.org/solr/release/helm-charts
+RedirectMatch temp ^/operator/downloads/crds(/.*)$
https://nightlies.apache.org/solr/release/operator/crds$1
### Javadocs & Refguide
diff --git a/output/operator/.htaccess b/output/operator/.htaccess
deleted file mode 100644
index ed27c32..0000000
--- a/output/operator/.htaccess
+++ /dev/null
@@ -1,17 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-### Redirects to Apache Nightlies, this will change when they have a separate
area for released artifacts
-Redirect temp "/operator/downloads/crds"
"https://nightlies.apache.org/solr/release/operator/crds"
\ No newline at end of file