Last active
January 26, 2017 04:15
-
-
Save cryptexvinci/b6f58d4083b2788ddb21caa48cd4464d to your computer and use it in GitHub Desktop.
Fix: WordPress File Size exceeded. Edit php.ini
This file contains 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
upload_max_filesize = 64M | |
post_max_size = 64M | |
memory_limit = 400M | |
file_uploads = On | |
max_execution_time = 180 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment