File Upload Limit on WordPress Multisite
When you search “how to increase upload limit on WordPress”, mostly listed as solution below: – edit /etc/php.ini file with relevant lines memory_limit = 100M post_max_size =100M file_uploads = On upload_max_filesize = 100M – edit the .htaccess file in my wordpress base directory with: