Skip to content

Instantly share code, notes, and snippets.

@FN17

FN17/.htaccess Secret

Created December 17, 2018 23:28
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 FN17/754c00b63e3df823112aa7753a7c653a to your computer and use it in GitHub Desktop.
Save FN17/754c00b63e3df823112aa7753a7c653a to your computer and use it in GitHub Desktop.
Erhöhe die maximale Upload Größe in WordPress auf 64 MB
// Füge den unteren Code am Ende der .htaccess ein um die Maximale Dateigröße für Uploads auf 64 MB zu erhöhen
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