diff options
Diffstat (limited to 'htdocs/dev/tests/.htaccess')
-rw-r--r-- | htdocs/dev/tests/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htdocs/dev/tests/.htaccess b/htdocs/dev/tests/.htaccess index 17a41d3..04c80dc 100644 --- a/htdocs/dev/tests/.htaccess +++ b/htdocs/dev/tests/.htaccess @@ -9,6 +9,10 @@ RemoveCharset .html <Files ~ "textxml_nocharset(\.xml)?"> ForceType text/xml </Files> +<FilesMatch 4520-iso88591.*> +RemoveCharset .html +# use charset in meta +</Files> <Files 1574-charset_iso_8859_7_greek.html> RemoveCharset .html # use charset in meta |