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 3431dbd Automatic Site Publish by Buildbot
3431dbd is described below
commit 3431dbd50b0225f2b6c6cd3b5161c465e18552ba
Author: buildbot <[email protected]>
AuthorDate: Wed May 5 19:51:04 2021 +0000
Automatic Site Publish by Buildbot
---
output/.htaccess | 1 +
output/operator/.htaccess | 20 --------------------
2 files changed, 1 insertion(+), 20 deletions(-)
diff --git a/output/.htaccess b/output/.htaccess
index 4c66e57..c18f4b0 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -71,6 +71,7 @@ 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
+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 e35dfc5..0000000
--- a/output/operator/.htaccess
+++ /dev/null
@@ -1,20 +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.
-
-RewriteEngine on
-RewriteBase /operator/
-
-### Redirects to Apache Nightlies, this will change when they have a separate
area for released artifacts
-RedirectMatch temp ^/downloads/crds(/.*)
https://nightlies.apache.org/solr/release/operator/crds$1
\ No newline at end of file