Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MisterX2000/5965704 to your computer and use it in GitHub Desktop.
Save MisterX2000/5965704 to your computer and use it in GitHub Desktop.
  1. Die .htaccess im WorPress Ordner öffnen

  2. Das reinkopieren und upload_max_filesize, post_max_size anpassen:

    php_value upload_max_filesize 64M
    php_value post_max_size 64M
    php_value max_execution_time 300
    php_value max_input_time 300
    
  3. Fertig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment