• log in to your Servage account
  • go to "Domains and websites" and choose "Websites"
  • push the button "PHP config"

Here you can find the option to alter the common php.ini settings:
open_basedir
short_open_tag
display_errors
register_argc_argv
allow_url_fopen
allow_url_include
ignore_repeated_errors
ignore_repeated_source
file_uploads
max_input_vars
expose_php

More variables can be adjusted via a .user.ini file.You can place your .user.ini file in your Web Root (domainfolder/public_html). When you set .user.ini within public_html, the changes are applied to the software that is installed in that particular folder only. Separate .user.ini is necessary for each directory.