Sometimes, the "error" isn't on the serverit's in the browser. Here is your "Cheat Sheet" for fixing common Chrome messages:
-
ERR_NAME_NOT_RESOLVED: The browser can't find your DNS.
-
Fix: Check your domain's nameservers or wait for "propagation" if you just changed them.
-
-
ERR_SSL_PROTOCOL_ERROR: There is a mismatch with the security certificate.
-
Fix: Ensure your computers date and time are correct. If your clock is wrong, SSL will fail.
-
-
ERR_TOO_MANY_REDIRECTS: Your site is stuck in a loop (e.g., trying to force HTTPS when it's already on).
-
Fix: Clear your browser cookies and check your
.htaccessfile for conflicting rules.
-
-
403 Forbidden: The server understands the request but refuses to fulfill it.
-
Fix: This is often a security block. Check your file permissions or disable your security plugins temporarily.
-