How to stop LiteSpeed connection timeouts

You can add the following to the .htaccess file in the root folder for your website. This will be public_html for main domain of your cPanel account, or the addon domain folder for addon domains.

```
RewriteEngine On
RewriteRule .* - [E=noabort:1, E=noconntimeout:1]
```
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Put my website on my account?

To be able to put your website on your account you need to be able to access your file manager...

Is SSH on my account?

SSH can be enabled on request for shared hosting accounts. Please submit a support ticket if you...

Is FFmpeg supported?

Unfortunately FFmpeg is not supported on shared hosting.If you wish to uses FFmpeg you will need...

How to add a subdomain to my website?

A subdomain is a domain that is part of a larger domain. i.e. subdomain.relentlesshosting.com.au...

How do I unblock myself from the firewall?

If you have gotten yourself blocked by the firewall on our server you can follow the following...