Skip to content

Instantly share code, notes, and snippets.

@6ui11em
Created May 2, 2012 17:59
Show Gist options
  • Save 6ui11em/2578743 to your computer and use it in GitHub Desktop.
Save 6ui11em/2578743 to your computer and use it in GitHub Desktop.
htaccess: Max upload filesize
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment