Skip to main content
All CollectionsTechnical SupportHowTos
How do I disable the connection timeout?
How do I disable the connection timeout?
Updated this week

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?