diff options
Diffstat (limited to 'htdocs/dev/tests/.htaccess')
-rw-r--r-- | htdocs/dev/tests/.htaccess | 3 |
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> |