Last active
August 29, 2015 14:06
-
-
Save ajithrn/0db4d9a46d3bc7fa89d4 to your computer and use it in GitHub Desktop.
Wordpress: php.ini
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
## php.ini hack for increase memory allocation and maximun file upload size | |
## upload this file to wp-admin folder | |
## | |
memory_limit = 256M | |
upload_max_filesize = 64M | |
post_max_size = 64M | |
file_uploads = On | |
max_execution_time = 300 | |
## | |
## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment