# PHP.INI

php.ini settings can be configured on 3 different levels;

# Service level php.ini settings

These are global settings which are automatically applied to all servers.

  1. Select Settings from the left side menu
  2. Select Service
  3. Scroll to Application

# Server level php.ini settings

A server automatically inherits the global Service settings. These settings can be overriden on a per server basis.

  1. Select Servers from the left side menu and locate the server you would like to edit
  2. On the server dashboard scroll to Roles and select the Application tab
  3. Select Settings and scroll to php settings

# Website level php.ini settings

A website will automatically inherit the php.ini settings from the server it is placed on. If 'Allow php.ini editor' is enabled on the package the website is hosted on, these settings can be overriden on a per website basis. It is not possible to delete an php.ini setting that has been inherited. An inherited setting can only be edited.

TIP

If you can not see the php.ini editor, please check that 'Allow php.ini editor' is enabled on the website's package.

  1. Select Websites from the left side menu and locate the website you would like to edit
  2. On the website dashboard select the advanced drop down menu
  3. Click Developer Tools and scroll to php.ini editor