Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-expand-tabs-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/websitedevait/public_html/wp-includes/functions.php on line 6131
Can I edit my php.ini file? | Advanced Internet Technologies

If you are on AIT’s Fully Managed Linux accounts, the answer is yes. The file is located in the /usr/local/lib directory.

The php support on our servers is compiled into the Apache (HTTP) daemon. Thus, the changes made to php.ini will be read in. This file is normally edited by customers who are looking to increase the amount of memory (RAM) that PHP is allocated for a given application, such as a file upload script or web based email for attachment size.

To edit the php.ini file, do the following:

  1. FTP into the server and go to /usr/local/lib directory.
  2. Make a backup of the php.ini file on your server (i.e. php.ini.bak).
  3. Download the php.ini file in ASCII mode.
  4. Edit the file using notepad, via or a normal text editor as necessary.
  5. Upload the php.ini file back to the server in the /usr/local/lib directory.
  6. View the PHP code that you have that requires the php.ini changes to validate that it worked. Changes in the majority of AIT’s Fully Managed Linux hosting accounts are immediate.
  7. Restart Apache (httpd) via the SMT 6 interface, or open a support ticket requesting Apache be restarted for your account.