Skip to main content

Recommended changes in PHP INI for WordPress and PrestaShop

Updated over a week ago

Modify PHP.INI

Changing PHP.INI is necessary for some applications such as WordPress or Prestashop, these changes are quite common and can be easily done. To perform them we are going to follow these steps.

Access cPanel

  • You can do this with your username and password by entering http://yourdomain.com/cpanel in your browser.

  • Alternatively, from your SERED.net customer area, go to "My Services", click on the green "Active" button and then on the left menu, "Access cPanel".

Select «MultiPHP INI Editor»

Inside the editor, we select the domain where we want to apply the rules, or we can choose the "home" directory that would apply the rules to all domains.

Once the domain to be edited is selected, a form will be displayed where we can find several fields to modify.

In this case, we are going to increase max_execution_time which will allow the website to withstand more time to give a response to our browser. This is helpful in WordPress XML imports with many fields.

The next section we are going to change is max_input_vars which will allow us to see all the translation sections in PrestaShop.

Did this answer your question?