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 f62a579 Automatic Site Publish by Buildbot
f62a579 is described below
commit f62a5798765f08380370544ebd31b033d0879f4a
Author: buildbot <[email protected]>
AuthorDate: Tue May 4 21:34:27 2021 +0000
Automatic Site Publish by Buildbot
---
output/.htaccess | 1 -
output/operator/.htaccess | 20 ++++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/output/.htaccess b/output/.htaccess
index c18f4b0..4c66e57 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -71,7 +71,6 @@ 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
new file mode 100644
index 0000000..e35dfc5
--- /dev/null
+++ b/output/operator/.htaccess
@@ -0,0 +1,20 @@
+# 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