Skip to content

Instantly share code, notes, and snippets.

@mateuslopes
Forked from jlengstorf/gist:2864077
Created June 3, 2012 16:25
Show Gist options
  • Save mateuslopes/2864082 to your computer and use it in GitHub Desktop.
Save mateuslopes/2864082 to your computer and use it in GitHub Desktop.
.htaccess: Increase max upload file size
php_value upload_max_filesize 20M
php_value post_max_size 20M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment