Mostly you will not see a php.ini file in your directory of hosting panel. If you do not see one, then create a new file called php.ini and upload it in the root folder (public_html)). with the following code:
This time many people have tried using the htaccess method where by modifying the .htaccess file in the root directory, you can increase the maximum upload size in website. Open or Update an existing .htaccess file in the root folder and add the following code:
To verify that the new php configurations is active, create a PHP test file that contains the following code in the directory:
<?php phpinfo(); ?>
As you learned about how to increase maximum execution file size & time using three types of method. It is always work properly if any condition it is not working with your website. In this case you would have to ask your hosting service provider for support.