Skip to content

Instantly share code, notes, and snippets.

@jlengstorf
Created June 3, 2012 16:25
Show Gist options
  • Save jlengstorf/2864077 to your computer and use it in GitHub Desktop.
Save jlengstorf/2864077 to your computer and use it in GitHub Desktop.
.htaccess commands to 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