summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-02-04 19:08:10 +0000
committerthomascube <thomas@roundcube.net>2006-02-04 19:08:10 +0000
commit58e3602a37cccab55f71fbf839b32fbc4322699c (patch)
tree4f48f72eb95d6ad7fb69ac09644e96f890bfded8 /.htaccess
parent76ffa2a099300325b34c92a9291dc4031b8a0d8a (diff)
Bugfixes for encoding and sending with attachments
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess5
1 files changed, 3 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index bb8fb50b6..0a3faf2af 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,6 @@
-php_flag display_errors On
-php_value upload_max_filesize 2m
+AddDefaultCharset UTF-8
+php_flag display_errors On
+php_value upload_max_filesize 2m
<FilesMatch "(\.inc|\~)$|^_">
Order allow,deny