|
add the below in .htaccess file
php_value max_execution_time 3000
php_value max_input_time 600
php_value memory_limit 256M
php_flag register_globals off
php_flag mbstring.http_input pass
Add the below in settings.php (Path: sites/default)
ini_set('max_execution_time', 600);
|