Skip to content

Instantly share code, notes, and snippets.

@lilumi
Created August 20, 2019 20:22
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 lilumi/8de3f0830638f783bbf7c2619b240f22 to your computer and use it in GitHub Desktop.
Save lilumi/8de3f0830638f783bbf7c2619b240f22 to your computer and use it in GitHub Desktop.
Increase Upload file size in .htaccess
php_value upload_max_filesize 1024M
php_value post_max_size 1024M
php_value memory_limit 256M
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