Skip to content

Instantly share code, notes, and snippets.

@interactiveRob
Created September 29, 2020 20:11
Show Gist options
  • Select an option

  • Save interactiveRob/b9cc837be2c98de40f05a50e8ad96cd3 to your computer and use it in GitHub Desktop.

Select an option

Save interactiveRob/b9cc837be2c98de40f05a50e8ad96cd3 to your computer and use it in GitHub Desktop.
PHP Wordpress Max Upload size trick
# create a file called ".user.ini" in the site root
upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 64M
max_execution_time = 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment