Reputation: 3
I have wordpress blog and its been open 5 days.After 5 days I cant open web site.I see this warning.
Where is the problem?
Upvotes: 0
Views: 2617
Reputation: 646
This solution is for Litespeed
Add in .htaccess
RewriteRule .* - [E=noabort:1]
RewriteRule .* - [E=noconntimeout:1]
Upvotes: 2
Reputation: 468
If you made any recent changes then back them out. If that does not resolve the issue then you need to start debugging your stack.
These three things above will lead you in the direction of the true problem.
Upvotes: 0