This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/main by this push:
new dbc7ee8 MultiViews not yet allowed
dbc7ee8 is described below
commit dbc7ee858ddb64a2f11644cc6f13e62371c6e357
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Oct 29 10:47:20 2020 -0700
MultiViews not yet allowed
---
assets/.htaccess | 3 +++
1 file changed, 3 insertions(+)
diff --git a/assets/.htaccess b/assets/.htaccess
index d49d514..ee070fc 100644
--- a/assets/.htaccess
+++ b/assets/.htaccess
@@ -1,3 +1,6 @@
Options +Includes
AddOutputFilter INCLUDES .html
AddOutputFilter INCLUDES .htm
+RewriteEngine On
+RewriteCond %{HTTPS} off
+RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]