Created
March 7, 2020 14:29
-
-
Save dutchmichael/5b0873d939af0e6d336df6bb94f6a147 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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