Allinone Wp Migration 100gb: Fix

@ini_set( 'memory_limit', '2048M' ); @ini_set( 'max_execution_time', 0 ); @ini_set( 'max_input_time', 0 ); @ini_set( 'upload_max_filesize', '102400M' ); @ini_set( 'post_max_size', '102400M' ); @ini_set( 'max_input_vars', 10000 );

If you insist on uploading via the browser, you must force the server to accept giant files. Add this code to the top of your .htaccess file in the root directory: allinone wp migration 100gb fix