Tune PHP settings like upload size, memory, and execution time.
- Log in to cPanel.
- Go to Software > Select PHP Version, then click the Options (or PHP Options) tab. In some setups, use MultiPHP INI Editor.
- Adjust values such as: - upload_max_filesize and post_max_size (for larger uploads) - memory_limit (for heavier applications) - max_execution_time (for long-running scripts)
- Save your changes.
Tip: If a WordPress upload fails because the file is too large, raise upload_max_filesize and post_max_size to match.
