Table of Contents
1. Edit htaccess #
by modifying the .htaccess file in the WordPress root directory where the wp-config.php is located as well.
1 |
php_value max_execution_time 300 |
2. Create or Edit an existing PHP.INI file #
by adding or editing a php.ini file inside your web hosting root directory. If you are not able to see this file, create it manually and place it inside the mentioned folder.
1 |
max_execution_time = 3000 |
If none of these methods are working, please contact your hosting provider for further assistance.