You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2020/10/29 17:56:11 UTC

[openoffice-org] branch main updated: more .htaccess adjustments

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 ca2e1ee  more .htaccess adjustments
ca2e1ee is described below

commit ca2e1ee61f9fd00874fbcabebfc88cdd3112006c
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Thu Oct 29 10:55:14 2020 -0700

    more .htaccess adjustments
---
 assets/.htaccess | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/assets/.htaccess b/assets/.htaccess
index 4e08e02..0777d2f 100644
--- a/assets/.htaccess
+++ b/assets/.htaccess
@@ -1,5 +1,6 @@
-AddOutputFilter INCLUDES .html
-AddOutputFilter INCLUDES .htm
 RewriteEngine On
 RewriteCond %{HTTPS} off
 RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
+Options +Includes
+AddOutputFilter INCLUDES .html
+AddOutputFilter INCLUDES .htm