Fatal error: Maximum execution time of 60 seconds exceeded in WordPress
I go to this file: wp-includes/deprecated.php and find this line in (deprecated) wp_get_http()function: @set_time_limit ( 60 );
I go to this file: wp-includes/deprecated.php and find this line in (deprecated) wp_get_http()function: @set_time_limit ( 60 );
Use this in .htaccess file for resolve the issue RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1