How to change PHP settings?

Recently Updated

Question: I need to change various PHP settings for my domain. How can I modify the settings through the Plesk control panel?

Affects: webhosting


We log in to the Plesk control panel of our hosting account.

We find the PHP icon

On the next screen, we can modify the values for each PHP option according to our needs.

For example, if we want to increase the upload file limit, we need to change 2 values. post_max_size upload_max_filesize and both fields should have the same value, e.g., 32M M means MB (Megabyte)

If we want to increase the execution time limit, for example, where a script wants to run, then we change the max_execution_time max_input_time

We press OK to save the changes and we are ready.