### Below are settings for my sake ### ...but for client WebSites, might be worth adding different values in the .htaccess File ### https://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/ ; max_execution_time = 30 max_execution_time = 360 ;max_input_time = 60 max_input_time = 360 ; upload_max_filesize = 2M upload_max_filesize = 32768M ; post_max_size = 8M post_max_size = 32768M ; memory_limit = 128M memory_limit = 8192M