Skip to main content

How do I disable the connection timeout?

The connection timeout is meant to stay on, however if you need to turn it off temporary, you can do so by creating an .htaccess in your public_html folder and placing this line on the very top of it:


RewriteRule .* - [E=noabort:1]



Did this answer your question?