This video tutorial will explain: How to Increase PHP Memory Limit, Max Post Size & Upload Max Filesize in Wordpress. If you want to improve the performance of your Wordpress site, then this tutorial is for you! [youtube src="2fLtygkn9es"/] Copy & Paste the below code in your php.ini file and Save it:
[code type="PHP"]max_input_time = 60 max_execution_time = 120 upload_max_filesize = 64M post_max_size = 64m memory_limit = 256M expose_php = off[/code] Be aware that the last one is a security thing! It's secure to not expose your php, so keep it as it is!

Post a Comment

Refrain from posting comments that are obscene, defamatory or inflammatory, and do not indulge in personal attacks, name calling or inciting hatred against any community. Let's work together to keep the conversation civil.

Sponsored

Powered by Blogger.