This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 2dd31777eb Add HTML type and enable server-side includes
2dd31777eb is described below
commit 2dd31777ebf58e6273f2e68f58b77ab2f7b32554
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Nov 10 10:34:43 2025 -0800
Add HTML type and enable server-side includes
---
content/.htaccess | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/.htaccess b/content/.htaccess
index ee070fcc5c..9d3483685f 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -1,4 +1,5 @@
Options +Includes
+AddType text/html .html
AddOutputFilter INCLUDES .html
AddOutputFilter INCLUDES .htm
RewriteEngine On