diff options
Diffstat (limited to 'htdocs/dev/tests/.htaccess')
-rw-r--r-- | htdocs/dev/tests/.htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/htdocs/dev/tests/.htaccess b/htdocs/dev/tests/.htaccess index 778ad29..d5a194f 100644 --- a/htdocs/dev/tests/.htaccess +++ b/htdocs/dev/tests/.htaccess @@ -2,3 +2,8 @@ RemoveCharset .html # note - this only works in apache 2.0.24 and later </Files> +<Files nocharset_notutf8.html> +RemoveCharset .html +# note - this only works in apache 2.0.24 and later +</Files> + |