Skip to content

Instantly share code, notes, and snippets.

@stewartduffy
Created May 14, 2013 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stewartduffy/5574754 to your computer and use it in GitHub Desktop.
Save stewartduffy/5574754 to your computer and use it in GitHub Desktop.
Chuck this in your .htaccess file to Increase upload limit in wordpress with .htaccess file
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment