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:02:01 UTC

[openoffice-org] branch main updated: .htaccess for SSI

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 38cbf0d  .htaccess for SSI
38cbf0d is described below

commit 38cbf0d93bd5b300f88a8224842b74ebf7309253
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Thu Oct 29 10:01:49 2020 -0700

    .htaccess for SSI
---
 assets/.htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/assets/.htaccess b/assets/.htaccess
new file mode 100644
index 0000000..155692f
--- /dev/null
+++ b/assets/.htaccess
@@ -0,0 +1,3 @@
+Options +Includes +MultiViews
+AddOutputFilter INCLUDES .html
+AddOutputFilter INCLUDES .htm