[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!
How to Increase PHP Memory Limit, Max Post Size & Upload Max Filesize in Wordpress
[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.