Skip to content

Instantly share code, notes, and snippets.

@ajithrn
Last active August 29, 2015 14:06
Show Gist options
  • Save ajithrn/0db4d9a46d3bc7fa89d4 to your computer and use it in GitHub Desktop.
Save ajithrn/0db4d9a46d3bc7fa89d4 to your computer and use it in GitHub Desktop.
Wordpress: php.ini
## 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