All Collections
Technical Support
HowTos
How do I disable the connection timeout?
How do I disable the connection timeout?
Carlos Escalante avatar
Written by Carlos Escalante
Updated over a week ago

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:
​
<IfModule litespeed>
RewriteRule .* - [E=noabort:1]
</IfModule>
​
​

Did this answer your question?