Fix .htaccess: php_value should be integer
This commit is contained in:
parent
90810cc605
commit
c3dfa3ccad
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
php_value mbstring.func_overload 0
|
||||
php_value always_populate_raw_post_data -1
|
||||
php_value default_charset 'UTF-8'
|
||||
php_value output_buffering off
|
||||
php_value output_buffering 0
|
||||
<IfModule mod_env.c>
|
||||
SetEnv htaccessWorking true
|
||||
</IfModule>
|
||||
|
|
Loading…
Reference in a new issue