summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/dev/tests/.htaccess')
-rw-r--r--htdocs/dev/tests/.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/dev/tests/.htaccess b/htdocs/dev/tests/.htaccess
index d5a194f..116c41b 100644
--- a/htdocs/dev/tests/.htaccess
+++ b/htdocs/dev/tests/.htaccess
@@ -6,4 +6,7 @@ RemoveCharset .html
RemoveCharset .html
# note - this only works in apache 2.0.24 and later
</Files>
+<Files ~ "textxml_nocharset(\.xml)?">
+ForceType text/xml
+</Files>