Magento – Request Timeout

magento1.9.3.1timeout

Can anybody help me to resolve the following issue.

Request Timeout

This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.

this error appears,
1. when i do re-indexing
2. after saving some configuration (system/configuration)

I have increased the execution time,check here
http://watoz.alphalogichq.com/phpinfo.php

Thank you

Best Answer

Add this to .htaccess:

RewriteEngine On
RewriteRule .* - [E=noabort:1]
RewriteRule .* - [E=noconntimeout:1]
Related Topic