Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
66b584ae
Commit
66b584ae
authored
Feb 10, 2015
by
Fernando Rodriguez Sela
Browse files
Setting default charset to UTF-8 in .htaccess and .user.ini
parent
124e48ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
.htaccess
View file @
66b584ae
...
...
@@ -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
>
...
...
.user.ini
View file @
66b584ae
...
...
@@ -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'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment