Skip to content

Instantly share code, notes, and snippets.

@sharpmachine
Created July 2, 2014 15:00
Show Gist options
  • Select an option

  • Save sharpmachine/39ae0d11063cc0275ce6 to your computer and use it in GitHub Desktop.

Select an option

Save sharpmachine/39ae0d11063cc0275ce6 to your computer and use it in GitHub Desktop.
Increase upload size via .htaccess
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