How do I disable the connection timeout? Print

  • 1

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>

Was this answer helpful?

« Back

Powered by WHMCompleteSolution