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 6249e4777b Add HTML type to .htaccess for to setup server side includes
6249e4777b is described below
commit 6249e4777ba35959dd34341f06f62ada73ce3f31
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Nov 10 10:37:33 2025 -0800
Add HTML type to .htaccess for to setup server side includes
---
assets/.htaccess | 1 +
1 file changed, 1 insertion(+)
diff --git a/assets/.htaccess b/assets/.htaccess
index ee070fcc5c..9d3483685f 100644
--- a/assets/.htaccess
+++ b/assets/.htaccess
@@ -1,4 +1,5 @@
Options +Includes
+AddType text/html .html
AddOutputFilter INCLUDES .html
AddOutputFilter INCLUDES .htm
RewriteEngine On