Skip to content

Instantly share code, notes, and snippets.

@r4nd1
Created July 20, 2017 10:46
Show Gist options
  • Save r4nd1/002a59bc7b62d6b1c9f0683719db88c8 to your computer and use it in GitHub Desktop.
Save r4nd1/002a59bc7b62d6b1c9f0683719db88c8 to your computer and use it in GitHub Desktop.
Increase the Maximum File Upload Size in WordPress with PHP.INI File
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment