Skip to content

Instantly share code, notes, and snippets.

@yashodhank
Forked from jennimckinnon/.htaccess
Last active August 22, 2016 05:17
Show Gist options
  • Save yashodhank/2bb812397129d2ead3c749b477ff4f83 to your computer and use it in GitHub Desktop.
Save yashodhank/2bb812397129d2ead3c749b477ff4f83 to your computer and use it in GitHub Desktop.
Changing the maximum upload and PHP memory limit for WordPress.
php_value upload_max_filesize 1000M
php_value post_max_size 2000M
php_value memory_limit 3000M
php_value max_execution_time 1000
php_value max_input_time 1000
php_value max_input_vars 9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment