Skip to content
Snippets Groups Projects
Select Git revision
  • f971ce0b66ba32b1946df493ab5a937e4a778548
  • master default protected
2 results

.htaccess

Blame
    • Myles McNamara's avatar
      ef2e8402
      remove php_value · ef2e8402
      Myles McNamara authored
      php_value can only be used with mod_php, using it with FCGI will cause 500 Internal Server errors.  This needs to be set in php.ini manually or set using ini_set().
      ef2e8402
      History
      remove php_value
      Myles McNamara authored
      php_value can only be used with mod_php, using it with FCGI will cause 500 Internal Server errors.  This needs to be set in php.ini manually or set using ini_set().
    .user.ini 164 B
    upload_max_filesize=513M
    post_max_size=513M
    memory_limit=512M
    mbstring.func_overload=0
    always_populate_raw_post_data=-1
    default_charset='UTF-8'
    output_buffering=off