Browse Source

Setting default charset to UTF-8 in .htaccess and .user.ini

tags/v8.1.0alpha1
Fernando Rodriguez Sela 9 years ago
parent
commit
66b584ae7e
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      .htaccess
  2. 1
    0
      .user.ini

+ 1
- 0
.htaccess View File

php_value memory_limit 512M php_value memory_limit 512M
php_value mbstring.func_overload 0 php_value mbstring.func_overload 0
php_value always_populate_raw_post_data -1 php_value always_populate_raw_post_data -1
php_value default_charset 'UTF-8'
<IfModule mod_env.c> <IfModule mod_env.c>
SetEnv htaccessWorking true SetEnv htaccessWorking true
</IfModule> </IfModule>

+ 1
- 0
.user.ini View File

memory_limit=512M memory_limit=512M
mbstring.func_overload=0 mbstring.func_overload=0
always_populate_raw_post_data=-1 always_populate_raw_post_data=-1
default_charset='UTF-8'

Loading…
Cancel
Save