whenever i have opened magento admin interface on linux server. i got the following error :
The connection was reset The connection to the server was reset while the page was loading.
Thanks
whenever i have opened magento admin interface on linux server. i got the following error :
The connection was reset The connection to the server was reset while the page was loading.
Thanks
try to see magento logs in
{root}/var/log/*
and try to increase
max_execution_time
It might be that your server forbids 18000, which are set in magento's .htaccess
UPDATE 1
I Think that the problem is not with magento. It is rather with web server or browser.
Try this link
Replace your .htaccess file with sample .htaccess file given by Magento.