Some applications need PHP settings adjusted, such as more memory or a larger upload size. cPanel’s MultiPHP INI Editor makes this easy without editing files by hand. This guide explains how.
Veelgebruikte instellingen die je wellicht wilt aanpassen #
- memory_limit: memory available to scripts.
- upload_max_filesize en post_max_size: maximum upload size.
- max_execution_time: hoe lang een script mag draaien.
- max_input_vars: helpful for large forms and complex themes.
Editing settings #
- Log in op cPanel.
- In de Software sectie, openen MultiPHP INI-editor.
- Choose the domain in Basic Mode.
- Adjust the values you need.
- Klik op Toepassen.
Basic vs Editor mode #
Basic Mode exposes the most common settings with simple fields. Editor Mode lets advanced users add or change directives directly. Most people only need Basic Mode.
Verifying your changes #
Create a PHP info page or check your application’s system report to confirm the new values are active. Clear caching if a change does not appear.
Problemen oplossen #
- Wijziging niet toegepast: confirm you selected the correct domain and PHP version.
- Site errors: revert the value, which may be too high or unsupported.
Hulp nodig? #
If you are unsure which value to set, our support team can advise over live chat.