Skip to content

Instantly share code, notes, and snippets.

@Asikur22
Forked from alexander-young/.htaccess
Created January 16, 2020 04:32
Show Gist options
  • Save Asikur22/d5b9d8d0b638e9b218cd8ec81932f711 to your computer and use it in GitHub Desktop.
Save Asikur22/d5b9d8d0b638e9b218cd8ec81932f711 to your computer and use it in GitHub Desktop.
WordPress - Increase maximum upload size
php_value upload_max_filesize 64M
php_value post_max_size 64M
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