diff options
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r-- | htdocs/dev/tests/.htaccess | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/htdocs/dev/tests/.htaccess b/htdocs/dev/tests/.htaccess index ee34ab1..e69de29 100644 --- a/htdocs/dev/tests/.htaccess +++ b/htdocs/dev/tests/.htaccess @@ -1,19 +0,0 @@ -<Files nocharset.html> -ForceType text/html -# note - this only works in apache 2.0.24 and later -</Files> -<Files nocharset_notutf8.html> -ForceType text/html -# note - this only works in apache 2.0.24 and later -</Files> -<Files ~ "textxml_nocharset(\.xml)?"> -ForceType text/xml -</Files> -<Files 4520-iso88591-meta.html> -ForceType text/html -# use charset in meta -</Files> -<Files 1574-charset_iso_8859_7_greek.html> -ForceType text/html -# use charset in meta -</Files> |