Skip to content

Commit

Permalink
Setting default charset to UTF-8 in .htaccess and .user.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Rodriguez Sela committed Feb 10, 2015
1 parent 124e48a commit 66b584a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions .user.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ post_max_size=513M
memory_limit=512M
mbstring.func_overload=0
always_populate_raw_post_data=-1
default_charset='UTF-8'

0 comments on commit 66b584a

Please sign in to comment.