Skip to content

Instantly share code, notes, and snippets.

@dutchmichael
Created March 7, 2020 14:29
Show Gist options
  • Save dutchmichael/5b0873d939af0e6d336df6bb94f6a147 to your computer and use it in GitHub Desktop.
Save dutchmichael/5b0873d939af0e6d336df6bb94f6a147 to your computer and use it in GitHub Desktop.
# add this to the bottom of your .htaccess file
# in the root of you WorPress directory
# usually example.com/wp/
php_value max_execution_time 60
php_value memory_limit 128M
php_value post_max_size 64M
php_value upload_max_filesize 64M
php_value max_input_vars 10000
# END WordPress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment