I keep getting this error when trying to log into my wordpress admin pannel. Is this a problem with my host or my website. If it is my website, how do I fix it. Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
If your hosting is behind NGINX or you have a custom security module in your wordpress set to emit a 444 http header, this would cause the error you're getting. You might wanna search your code for header() calls or ask your host what is sending a 444 header.