diff options
author | Fernando Rodriguez Sela <frsela@tid.es> | 2015-02-10 09:39:06 +0100 |
---|---|---|
committer | Fernando Rodriguez Sela <frsela@tid.es> | 2015-02-10 09:39:06 +0100 |
commit | 66b584ae7eadf097d6bb82a994fc91fbcf67db16 (patch) | |
tree | 5d69f455a3002b08802c468e98cb95f9e5abf6f8 /.htaccess | |
parent | 124e48aec010f0d6507d00d4a8e2fb77781526b5 (diff) | |
download | nextcloud-server-66b584ae7eadf097d6bb82a994fc91fbcf67db16.tar.gz nextcloud-server-66b584ae7eadf097d6bb82a994fc91fbcf67db16.zip |
Setting default charset to UTF-8 in .htaccess and .user.ini
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index 78e6255c878..cf9af3f72d1 100644 --- a/.htaccess +++ b/.htaccess @@ -13,6 +13,7 @@ php_value post_max_size 513M php_value memory_limit 512M php_value mbstring.func_overload 0 php_value always_populate_raw_post_data -1 +php_value default_charset 'UTF-8' <IfModule mod_env.c> SetEnv htaccessWorking true </IfModule> |