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 de1c30c Automatic Site Publish by Buildbot
de1c30c is described below
commit de1c30cccc3e54807a10538a99a134e9d32ad851
Author: buildbot <[email protected]>
AuthorDate: Thu May 6 17:05:49 2021 +0000
Automatic Site Publish by Buildbot
---
output/.htaccess | 2 +-
output/operator/downloads/crds/.htaccess | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/output/.htaccess b/output/.htaccess
index c18f4b0..cd85f41 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -71,7 +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
+RewriteRule ^operator/downloads/?$ operator/downloads.html [PT]
### Javadocs & Refguide
diff --git a/output/operator/downloads/crds/.htaccess
b/output/operator/downloads/crds/.htaccess
new file mode 100644
index 0000000..15b1918
--- /dev/null
+++ b/output/operator/downloads/crds/.htaccess
@@ -0,0 +1,17 @@
+# 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