Skip to content

Instantly share code, notes, and snippets.

@cryptexvinci
Created October 24, 2016 11:13
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 cryptexvinci/608f0d9674b6c403cd0f77d88daef726 to your computer and use it in GitHub Desktop.
Save cryptexvinci/608f0d9674b6c403cd0f77d88daef726 to your computer and use it in GitHub Desktop.
Fix: WordPress File Size exceeded. Edit .htaccess
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value memory_limit 400M
php_value max_execution_time 180
php_value max_input_time 180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment