You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by gi...@apache.org on 2020/05/21 11:05:32 UTC

[incubator-streampipes-website] branch asf-site updated: Automated deployment: Thu May 21 11:05:18 UTC 2020 cbe5cd4fc11ea397a53c8f8eafba25702d46111d

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f7ba85c  Automated deployment: Thu May 21 11:05:18 UTC 2020 cbe5cd4fc11ea397a53c8f8eafba25702d46111d
f7ba85c is described below

commit f7ba85ccd87a49a3d6bbaae205cc1aa4cf7fa8e1
Author: dominikriemer <do...@users.noreply.github.com>
AuthorDate: Thu May 21 11:05:19 2020 +0000

    Automated deployment: Thu May 21 11:05:18 UTC 2020 cbe5cd4fc11ea397a53c8f8eafba25702d46111d
---
 .htaccess | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..a1a6339
--- /dev/null
+++ b/.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
+RewriteCond %{HTTPS} !=on
+RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
\ No newline at end of file