Skip to content

Instantly share code, notes, and snippets.

@ncyhere
Created October 3, 2019 06:16
Show Gist options
  • Save ncyhere/a671e47daedb819ec91d66f2bdf5fbaf to your computer and use it in GitHub Desktop.
Save ncyhere/a671e47daedb819ec91d66f2bdf5fbaf to your computer and use it in GitHub Desktop.
Snippets for .htaccess
php_value memory_limit 256M
php_value post_max_size 128M
php_value upload_max_filesize 32M
php_value max_input_vars 3000
php_value max_execution_time 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment