{"id":63294,"date":"2025-12-31T12:14:49","date_gmt":"2025-12-31T17:14:49","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=63294"},"modified":"2025-12-31T14:15:28","modified_gmt":"2025-12-31T19:15:28","slug":"http-error-codes","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/","title":{"rendered":"HTTP Error Codes: What They Mean and How to Fix Them"},"content":{"rendered":"<figure class=\"wp-block-image size-full skip_lazy\"><img decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes-1024x538.png\" class=\"optimized-lcp-image\" alt=\"HTTP Error Codes Hero Image\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes.png 1200w\"><\/figure>\n\n\n\n<p>HTTP status codes tell your browser what happened when it requested a page from a server. Codes in the 200 range mean success. Codes in the 400 and 500 ranges mean something went wrong.<\/p>\n\n\n\n<p>This guide covers the most <strong>common HTTP error codes<\/strong>, explains why each one occurs, and walks through troubleshooting steps you can take to resolve them.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#400-errors\">400 \u2013 Client HTTP Error Codes<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#400-error\">400 Bad Request<\/a><\/li>\n\n\n\n<li><a href=\"#401-error\">401 Unauthorized<\/a><\/li>\n\n\n\n<li><a href=\"#402-error\">402 Payment Required<\/a><\/li>\n\n\n\n<li><a href=\"#403-error\">403 Forbidden<\/a><\/li>\n\n\n\n<li><a href=\"#404-error\">404 Not Found<\/a><\/li>\n\n\n\n<li><a href=\"#405-error\">405 Method Not Allowed<\/a><\/li>\n\n\n\n<li><a href=\"#406-error\">406 Not Acceptable<\/a><\/li>\n\n\n\n<li><a href=\"#407-error\">407 Proxy Authentication Required<\/a><\/li>\n\n\n\n<li><a href=\"#408-error\">408 Request Timeout<\/a><\/li>\n\n\n\n<li><a href=\"#409-error\">409 Conflict<\/a><\/li>\n\n\n\n<li><a href=\"#410-error\">410 Gone<\/a><\/li>\n\n\n\n<li><a href=\"#411-error\">411 Length Required<\/a><\/li>\n\n\n\n<li><a href=\"#412-error\">412 Precondition Failed<\/a><\/li>\n\n\n\n<li><a href=\"#413-error\">413 Request Entity Too Large<\/a><\/li>\n\n\n\n<li><a href=\"#414-error\">414 Request-URI Too Long<\/a><\/li>\n\n\n\n<li><a href=\"#415-error\">415 Unsupported Media Type<\/a><\/li>\n\n\n\n<li><a href=\"#416-error\">416 Requested Range Not Sustainable<\/a><\/li>\n\n\n\n<li><a href=\"#417-error\">417 Expectation Failed<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#500-errors\">500 \u2013 Server Error<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#500-error\">500 Internal Server Error<\/a><\/li>\n\n\n\n<li><a href=\"#501-error\">501 Not Implemented<\/a><\/li>\n\n\n\n<li><a href=\"#502-error\">502 Bad Gateway<\/a><\/li>\n\n\n\n<li><a href=\"#503-error\">503 Service Unavailable<\/a><\/li>\n\n\n\n<li><a href=\"#504-error\">504 Gateway Timeout<\/a><\/li>\n\n\n\n<li><a href=\"#505-error\">505 HTTP Version Not Supported<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Understanding HTTP Status Code Categories<\/h2>\n\n\n\n<p>HTTP status codes are three-digit numbers grouped into five classes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>1xx (Informational)<\/strong>: The request was received and processing continues.<\/li>\n\n\n\n<li><strong>2xx (Success)<\/strong>: The request was successfully received and processed.<\/li>\n\n\n\n<li><strong>3xx (Redirection)<\/strong>: Further action is needed to complete the request.<\/li>\n\n\n\n<li><strong>4xx (Client Error)<\/strong>: The request contains an error on the client side.<\/li>\n\n\n\n<li><strong>5xx (Server Error)<\/strong>: The server failed to fulfill a valid request.<\/li>\n<\/ul>\n\n\n\n<p>When troubleshooting website issues, you will primarily encounter 4xx and 5xx errors.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"400-errors\">400 \u2013 Client HTTP Error Codes<\/h2>\n\n\n\n<p>The 400 error class is reserved for situations in which the \u201cclient\u201d has erred in their request or otherwise make a bad request.  \u201cUser agents,\u201d like your web browser, for example, are urged to provide you with these error codes to assist you in troubleshooting.  All of the major browsers, thankfully, comply with this recommendation. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"400-error\">400 Bad Request<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The server cannot process the request because the client sent malformed syntax or invalid data.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The URL contains invalid characters or incorrect formatting<\/li>\n\n\n\n<li>Request headers are too large or improperly formatted<\/li>\n\n\n\n<li>Corrupted cookies are being sent with the request<\/li>\n\n\n\n<li>The request body contains data the server cannot parse<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Check the URL for typos, special characters, or encoding issues.<\/li>\n\n\n\n<li>Clear your browser cache and cookies, then retry the request.<\/li>\n\n\n\n<li>If you\u2019re developing an API, validate that your request body matches the expected format (JSON, XML, form data).<\/li>\n\n\n\n<li>Review server logs to identify which part of the request triggered the error.<\/li>\n\n\n\n<li>Test the same request in a different browser or using a tool like cURL to isolate the issue.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"401-error\">401 Unauthorized<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The request requires user authentication, but valid credentials were not provided.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>No authentication credentials were included in the request<\/li>\n\n\n\n<li>The provided username or password is incorrect<\/li>\n\n\n\n<li>An access token has expired or is invalid<\/li>\n\n\n\n<li>HTTP Basic or Bearer authentication is required but missing<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Verify you are using the correct username and password.<\/li>\n\n\n\n<li>Check whether your session has expired and log in again.<\/li>\n\n\n\n<li>If using API tokens, confirm the token is valid and has not expired.<\/li>\n\n\n\n<li>Ensure your Authorization header is formatted correctly. According to <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Reference\/Status\/401\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">MDN Web Docs<\/a>, a 401 response includes a <code>WWW-Authenticate<\/code> header that specifies the required authentication scheme.<\/li>\n\n\n\n<li>Contact the site administrator if you believe your account should have access.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"402-error\">402 Payment Required<\/h3>\n\n\n\n<p>The HTTP 402 Payment Required client error response status code is a <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Reference\/Status\/402\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">nonstandard response status code<\/a> reserved for future use.<\/p>\n\n\n\n<p>This status code was created to enable digital cash or (micro) payment systems and would indicate that requested content is not available until the client makes a payment. No standard use convention exists and different systems use it in different contexts.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"403-error\">403 Forbidden<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The server understood the request but refuses to authorize it. Unlike 401, providing credentials will not help.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>File or directory permissions prevent access<\/li>\n\n\n\n<li>The .htaccess file contains rules blocking the request<\/li>\n\n\n\n<li>ModSecurity or another firewall flagged the request as potentially malicious<\/li>\n\n\n\n<li>IP-based restrictions are blocking your location<\/li>\n\n\n\n<li>The resource is restricted to specific user roles<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Check file permissions on your server. Files should typically be set to 644 and directories to 755.<\/li>\n\n\n\n<li>Review your .htaccess file for <code>Deny from<\/code> rules or other access restrictions.<\/li>\n\n\n\n<li>Examine ModSecurity logs in cPanel under Security &gt; ModSecurity to see if a rule triggered the block.<\/li>\n\n\n\n<li>Verify directory indexing settings if you\u2019re trying to access a folder without an index file.<\/li>\n\n\n\n<li>Contact your hosting provider if the error persists, as there may be server-level restrictions.<\/li>\n<\/ol>\n\n\n\n<p>Continue Reading: <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/403-forbidden-error\/\">Correcting a 403 Forbidden Error<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"404-error\">404 Not Found<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The server cannot find the requested resource. The connection succeeded, but the specific page, file, or asset does not exist at that URL.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The page was deleted or moved without a redirect<\/li>\n\n\n\n<li>The URL contains a typo<\/li>\n\n\n\n<li>A link on the site points to an incorrect or outdated path<\/li>\n\n\n\n<li>Permalink settings in WordPress are misconfigured<\/li>\n\n\n\n<li>The .htaccess file is missing or corrupted<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Double-check the URL spelling and capitalization. URLs are case-sensitive on most servers.<\/li>\n\n\n\n<li>Use <a href=\"https:\/\/search.google.com\/search-console\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Google Search Console<\/a> to identify broken links pointing to your site.<\/li>\n\n\n\n<li>If running WordPress, go to Settings &gt; Permalinks and click Save Changes to regenerate your .htaccess file.<\/li>\n\n\n\n<li>Set up 301 redirects for pages that have moved to new URLs.<\/li>\n\n\n\n<li>Create a custom 404 page that helps visitors navigate to working content.<\/li>\n<\/ol>\n\n\n\n<p>A high volume of 404 errors can indicate that bots are probing random URLs on your site. <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/excessive-amounts-of-errors\/\">Excessive 404 errors<\/a> can increase server resource usage and should be monitored in AWStats.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"405-error\">405 Method Not Allowed<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The server recognizes the HTTP method (GET, POST, PUT, DELETE, etc.) but the target resource does not support that method.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Submitting a POST request to a URL that only accepts GET<\/li>\n\n\n\n<li>The web server is not configured to allow certain HTTP methods<\/li>\n\n\n\n<li>API endpoints are restricted to specific request types<\/li>\n\n\n\n<li>Form submissions are directed to static HTML files<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Check the response headers for an <code>Allow<\/code> header that lists supported methods. According to <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Reference\/Status\/405\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">MDN Web Docs<\/a>, servers must include this header in 405 responses.<\/li>\n\n\n\n<li>Verify your form\u2019s <code>action<\/code> attribute points to a script or endpoint that processes POST data.<\/li>\n\n\n\n<li>Review server configuration (Apache, NGINX) to ensure the required methods are enabled.<\/li>\n\n\n\n<li>For APIs, consult the documentation to confirm which methods each endpoint supports.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"406-error\">406 Not Acceptable<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The server cannot produce a response matching the criteria specified in the request\u2019s Accept headers.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The client\u2019s <code>Accept<\/code> header requests a content type the server cannot provide<\/li>\n\n\n\n<li>ModSecurity rules flagged certain content as suspicious<\/li>\n\n\n\n<li>Content negotiation between client and server failed<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Check your request\u2019s <code>Accept<\/code> header to ensure it includes content types the server can provide (such as text\/html or application\/json).<\/li>\n\n\n\n<li>If using a shared hosting environment, review ModSecurity settings in cPanel. Some rules can trigger false positives on legitimate content.<\/li>\n\n\n\n<li>Test with a generic <code>Accept<\/code> header like <code>*\/*<\/code> to determine if specific content type requests are causing the issue.<\/li>\n\n\n\n<li>Review server logs for details about which content negotiation criteria failed.<\/li>\n<\/ol>\n\n\n\n<p>Continue Reading: <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/406-not-acceptable\/\">How to Fix and Prevent 406 Not Acceptable Errors<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"407-error\">407 Proxy Authentication Required<\/h3>\n\n\n\n<p>If you see this error, you must check to make sure if and how authentication is required. This may require a coding solution or contact to the IT department to see if the client requires certain authentication. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"408-error\">408 Request Timeout<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The server closed the connection because the client took too long to send the complete request.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Slow or unstable internet connection on the client side<\/li>\n\n\n\n<li>The request payload is large and the upload speed cannot meet server timeout limits<\/li>\n\n\n\n<li>Network congestion or latency issues<\/li>\n\n\n\n<li>Server timeout settings are too aggressive<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Refresh the page and try again. Many 408 errors are temporary.<\/li>\n\n\n\n<li>Check your internet connection stability.<\/li>\n\n\n\n<li>If uploading large files, try compressing them or splitting them into smaller chunks.<\/li>\n\n\n\n<li>Server administrators can adjust the <code>Timeout<\/code> directive in Apache or equivalent settings in NGINX.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"409-error\">409 Conflict<\/h3>\n\n\n\n<p>This error indicates a conflict with the request and the resource,\nbut it is a conflict that can be resolved.  In most cases, your\nbrowser will provide more information for troubleshooting.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"410-error\">410 Gone<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The requested resource has been permanently removed from the server with no forwarding address.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Content was intentionally deleted and will not return<\/li>\n\n\n\n<li>The server owner wants search engines to remove the URL from their index<\/li>\n\n\n\n<li>Time-limited content (promotions, events) has been taken down<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<p>This error is typically intentional. If you see a 410 error unexpectedly:<\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Confirm the resource was meant to be removed.<\/li>\n\n\n\n<li>Check for accidental deletions or configuration changes.<\/li>\n\n\n\n<li>If the content still exists elsewhere, set up a 301 redirect instead.<\/li>\n<\/ol>\n\n\n\n<p>From an SEO perspective, 410 tells search engines to deindex the URL more aggressively than a 404.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"411-error\">411 Length Required<\/h3>\n\n\n\n<p>In this instance, the server requires a request of a predefined\nlength. A header consisting of the proper content length will be\naccepted.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"412-error\">412 Precondition Failed<\/h3>\n\n\n\n<p>A true\/false pre-condition for the request failed.  In many\ninstances, a certain test may be passed in the request, and if the\ntest should fail the request in canceled.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"413-error\">413 Request Entity Too Large<\/h3>\n\n\n\n<p>As the error indicates in the title, the resource entity passed to\nthe server was too large.  \n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"414-error\">414 Request-URI Too Long<\/h3>\n\n\n\n<p>The 414 error can trigger when a request made to a server with a\n<code>Request-URI<\/code> that is too long for the server to accept.  This\nrare error is often associated with possible security risks, such as a\n<code>PUT<\/code> request \u201cimproperly converted\u201d into a <code>GET<\/code> request.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"415-error\">415 Unsupported Media Type<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The server refuses the request because the payload format is not supported.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Uploading a file type the server does not accept<\/li>\n\n\n\n<li>Sending data with an incorrect <code>Content-Type<\/code> header<\/li>\n\n\n\n<li>The API expects JSON but receives XML (or vice versa)<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Convert the file to a supported format before uploading.<\/li>\n\n\n\n<li>Verify the <code>Content-Type<\/code> header matches the data you\u2019re sending.<\/li>\n\n\n\n<li>Check server configuration or application documentation for supported media types.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"416-error\">416 Requested Range Not Sustainable<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The client requested a specific range of bytes from a resource, but that range cannot be satisfied.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The Range header requests bytes beyond the file\u2019s actual size<\/li>\n\n\n\n<li>A download was interrupted and the resume request is invalid<\/li>\n\n\n\n<li>Video or audio streaming seeks to a position that doesn\u2019t exist<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Clear browser cache and retry the download from the beginning.<\/li>\n\n\n\n<li>Verify the file exists and has the expected size on the server.<\/li>\n\n\n\n<li>Remove or correct the Range header in your request.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"417-error\">417 Expectation Failed<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The server cannot meet the requirements specified in the request\u2019s Expect header.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The client sent an <code>Expect: 100-continue<\/code> header, but the server does not support it<\/li>\n\n\n\n<li>Proxy servers between the client and origin server rejected the expectation<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Remove the Expect header from your request and resend.<\/li>\n\n\n\n<li>Clear browser cache and cookies.<\/li>\n\n\n\n<li>If using proxies, check their configuration for expectation handling.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"500-errors\">500 \u2013 Server Error<\/h2>\n\n\n\n<p>The following status codes have earned a bad reputation for their stubborn consistency in calling out <i>server errors<\/i>.  If you see one of these errors, you know something is wrong, but it can be difficult to know exactly what happened. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"500-error\">500 Internal Server Error<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> A generic error indicating the server encountered an unexpected condition that prevented it from completing the request.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>PHP syntax errors or uncaught exceptions<\/li>\n\n\n\n<li>Incorrect file permissions (especially on .htaccess)<\/li>\n\n\n\n<li>Corrupted .htaccess file<\/li>\n\n\n\n<li>PHP version incompatibility with installed scripts or plugins<\/li>\n\n\n\n<li>Exhausted memory limits or execution time limits<\/li>\n\n\n\n<li>Database connection failures<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Check your server\u2019s error logs. In cPanel, go to Metrics &gt; Errors to see recent PHP errors.<\/li>\n\n\n\n<li>Rename your <code>.htaccess<\/code> file to <code>.htaccess_backup<\/code> and see if the error clears. If it does, the issue is in your <code>.htaccess<\/code> configuration.<\/li>\n\n\n\n<li>Verify file permissions. Files should be 644 and directories 755.<\/li>\n\n\n\n<li>For WordPress sites, deactivate all plugins via SFTP (rename the plugins folder) to test for plugin conflicts.<\/li>\n\n\n\n<li>Confirm your PHP version is compatible with your CMS and plugins. InMotion Hosting customers can change PHP versions in cPanel under Software &gt; <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/cpanel-multiphp-ini-editor\/\">MultiPHP Manager<\/a>.<\/li>\n\n\n\n<li>Increase PHP memory limits if scripts are running out of resources.<\/li>\n<\/ol>\n\n\n\n<p>In our <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/laravel\/500-error-laravel\/\">Laravel troubleshooting guide<\/a>, enabling debug mode (setting <code>APP_DEBUG=true<\/code> in .env) can reveal specific error messages for development environments.<\/p>\n\n\n\n<p>Continue Reading: <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/500-internal-server-error\/\">Troubleshooting the 500 Error<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"501-error\">501 Not Implemented<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The server does not support the functionality required to fulfill the request. The HTTP method used is not recognized or implemented.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The server does not support the HTTP method in the request (such as PATCH or OPTIONS)<\/li>\n\n\n\n<li>A required server module is not installed or enabled<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Check if the HTTP method you\u2019re using is supported by your server software.<\/li>\n\n\n\n<li>Review server documentation to enable additional HTTP methods if needed.<\/li>\n\n\n\n<li>Use an alternative method that the server supports.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"502-error\">502 Bad Gateway<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The server, acting as a gateway or proxy, received an invalid response from an upstream server.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The origin server is down or unresponsive<\/li>\n\n\n\n<li>Communication between NGINX and Apache (or PHP-FPM) failed<\/li>\n\n\n\n<li>Firewall rules are blocking communication between servers<\/li>\n\n\n\n<li>SSL\/TLS certificate mismatches between proxy and origin<\/li>\n\n\n\n<li>The upstream server crashed or restarted<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Refresh the page after a few moments. Many 502 errors are temporary.<\/li>\n\n\n\n<li>Check if other sites on the same server are affected. If so, the issue is server-wide.<\/li>\n\n\n\n<li>Review server status pages from your hosting provider.<\/li>\n\n\n\n<li>Verify upstream server health and restart services if necessary (Apache, PHP-FPM, NGINX).<\/li>\n\n\n\n<li>Check firewall and security group settings to ensure servers can communicate.<\/li>\n\n\n\n<li>Examine proxy configuration for timeout settings and backend server definitions.<\/li>\n<\/ol>\n\n\n\n<p>According to <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Reference\/Status\/502\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">MDN Web Docs<\/a>, if the origin server returns a valid HTTP error, that error should be passed to the client instead of a generic 502.<\/p>\n\n\n\n<p>Continue Reading: <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/502-bad-gateway\/\">How to Fix the 502 Bad Gateway Error<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"503-error\">503 Service Unavailable<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The server is temporarily unable to handle the request due to maintenance or overload.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Planned maintenance mode is enabled<\/li>\n\n\n\n<li>The server is overloaded with too many requests<\/li>\n\n\n\n<li>A backend service (database, cache) is unavailable<\/li>\n\n\n\n<li>Resource limits have been reached<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Wait a few minutes and try again. This error often resolves on its own.<\/li>\n\n\n\n<li>If you\u2019re the site owner, check if maintenance mode is accidentally enabled.<\/li>\n\n\n\n<li>Monitor server resource usage (CPU, RAM, disk) for overload conditions.<\/li>\n\n\n\n<li>Review traffic patterns for sudden spikes that might overwhelm the server.<\/li>\n\n\n\n<li>Contact your hosting provider if the issue persists.<\/li>\n<\/ol>\n\n\n\n<p>Search engines treat 503 errors as temporary and will retry later, making this the appropriate code for planned downtime.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"504-error\">504 Gateway Timeout<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The server, acting as a gateway or proxy, did not receive a timely response from the upstream server.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Long-running scripts exceed timeout limits<\/li>\n\n\n\n<li>Database queries take too long to execute<\/li>\n\n\n\n<li>Network latency between proxy and origin servers<\/li>\n\n\n\n<li>PHP-FPM or Apache processes are overwhelmed<\/li>\n\n\n\n<li>Large file uploads exceed the allowed time<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Refresh the page. Some 504 errors are momentary.<\/li>\n\n\n\n<li>Check server load and resource usage. As discussed in our <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/\">WordPress Stack guide<\/a>, NGINX waits up to 60 seconds for PHP or Apache to respond before triggering a 504.<\/li>\n\n\n\n<li>Test with a simple PHP script (like phpinfo.php) to isolate whether PHP-FPM and Apache are functioning.<\/li>\n\n\n\n<li>Optimize slow database queries or add caching.<\/li>\n\n\n\n<li>For large imports or batch operations, break them into smaller chunks or use command-line tools like WP-CLI.<\/li>\n\n\n\n<li>Increase timeout values in server configuration if long-running processes are expected.<\/li>\n<\/ol>\n\n\n\n<p>Continue Reading: <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/504-gateway-timeout\/\">How to Fix the 504 Gateway Timeout Error<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"505-error\">505 HTTP Version Not Supported<\/h3>\n\n\n\n<p><strong>What it is:<\/strong> The server does not support the HTTP protocol version used in the request.<\/p>\n\n\n\n<p><strong>Why it happens:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The client is using an outdated or experimental HTTP version<\/li>\n\n\n\n<li>Server configuration explicitly disables certain protocol versions<\/li>\n\n\n\n<li>Misconfigured proxies are altering the protocol version<\/li>\n<\/ul>\n\n\n\n<p><strong>How to troubleshoot:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Update your browser to the latest version.<\/li>\n\n\n\n<li>Check server configuration to ensure common HTTP versions (1.1, 2, 3) are supported.<\/li>\n\n\n\n<li>Review proxy or CDN settings for protocol version handling.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Monitoring and Preventing HTTP Errors<\/h2>\n\n\n\n<p>Proactive monitoring helps you catch errors before they impact visitors or SEO rankings.<\/p>\n\n\n\n<p><strong>Use Server Logs:<\/strong> Review Apache or NGINX access and error logs regularly. In cPanel, AWStats provides a breakdown of HTTP status codes by frequency.<\/p>\n\n\n\n<p><strong>Set Up Uptime Monitoring:<\/strong> Tools like UptimeRobot or Pingdom can alert you when your site returns 5xx errors.<\/p>\n\n\n\n<p><strong>Check Google Search Console:<\/strong> The Coverage report shows which URLs returned errors during Googlebot\u2019s crawls.<\/p>\n\n\n\n<p><strong>Create Custom Error Pages:<\/strong> A branded 404 page with navigation links keeps visitors on your site even when they encounter missing content. InMotion Hosting customers can <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/\">create custom error pages in cPanel<\/a>.<\/p>\n\n\n\n<p><strong>Implement Redirects:<\/strong> When you move or delete content, set up 301 redirects to prevent 404 errors and preserve SEO value.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">When to Contact Support<\/h2>\n\n\n\n<p>Some HTTP errors require server-level access to resolve. Contact your hosting provider when:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>500 errors persist after checking file permissions, .htaccess, and error logs<\/li>\n\n\n\n<li>502 or 504 errors occur consistently across the entire server<\/li>\n\n\n\n<li>You suspect firewall rules or ModSecurity are blocking legitimate traffic<\/li>\n\n\n\n<li>Server processes (Apache, PHP-FPM, MySQL) need to be restarted<\/li>\n\n\n\n<li>Resource limits need adjustment<\/li>\n<\/ul>\n\n\n\n<p>InMotion Hosting provides 24\/7 expert human support from technicians who can investigate server-side issues and help restore your site.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>HTTP status codes tell your browser what happened when it requested a page from a server. Codes in the 200 range mean success. Codes in the 400 and 500 ranges mean something went wrong. This guide covers the most common HTTP error codes, explains why each one occurs, and walks through troubleshooting steps you can<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/\"> Read More ><\/a><\/p>\n","protected":false},"author":56983,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4335],"tags":[],"class_list":["post-63294","post","type-post","status-publish","format-standard","hentry","category-error-numbers"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HTTP Error Codes Explained | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn what HTTP error codes mean, why they happen, and how to troubleshoot 4xx client errors and 5xx server errors on your website.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HTTP Error Codes Explained | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn what HTTP error codes mean, why they happen, and how to troubleshoot 4xx client errors and 5xx server errors on your website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-31T17:14:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-31T19:15:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Carrie Smaha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@carriesmaha\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Carrie Smaha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/\"},\"author\":{\"name\":\"Carrie Smaha\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8\"},\"headline\":\"HTTP Error Codes: What They Mean and How to Fix Them\",\"datePublished\":\"2025-12-31T17:14:49+00:00\",\"dateModified\":\"2025-12-31T19:15:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/\"},\"wordCount\":2830,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes.png\",\"articleSection\":[\"Website Error Numbers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/\",\"name\":\"HTTP Error Codes Explained | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes.png\",\"datePublished\":\"2025-12-31T17:14:49+00:00\",\"dateModified\":\"2025-12-31T19:15:28+00:00\",\"description\":\"Learn what HTTP error codes mean, why they happen, and how to troubleshoot 4xx client errors and 5xx server errors on your website.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes.png\",\"width\":1200,\"height\":630,\"caption\":\"HTTP Error Codes Hero Image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTTP Error Codes: What They Mean and How to Fix Them\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8\",\"name\":\"Carrie Smaha\",\"description\":\"Carrie Smaha is a Senior Marketing Operations leader with over 20 years of experience in digital strategy, web development, and IT project management. She specializes in go-to-market programs and SaaS solutions for WordPress and VPS Hosting, working closely with technical teams and customers to deliver high-performance, scalable platforms. At InMotion Hosting, she drives product marketing initiatives that blend strategic insight with technical depth.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/carriesmaha\/\",\"https:\/\/x.com\/carriesmaha\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/carries\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HTTP Error Codes Explained | InMotion Hosting","description":"Learn what HTTP error codes mean, why they happen, and how to troubleshoot 4xx client errors and 5xx server errors on your website.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/","og_locale":"en_US","og_type":"article","og_title":"HTTP Error Codes Explained | InMotion Hosting","og_description":"Learn what HTTP error codes mean, why they happen, and how to troubleshoot 4xx client errors and 5xx server errors on your website.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2025-12-31T17:14:49+00:00","article_modified_time":"2025-12-31T19:15:28+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes.png","type":"image\/png"}],"author":"Carrie Smaha","twitter_card":"summary_large_image","twitter_creator":"@carriesmaha","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Carrie Smaha","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/"},"author":{"name":"Carrie Smaha","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8"},"headline":"HTTP Error Codes: What They Mean and How to Fix Them","datePublished":"2025-12-31T17:14:49+00:00","dateModified":"2025-12-31T19:15:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/"},"wordCount":2830,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes.png","articleSection":["Website Error Numbers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/","name":"HTTP Error Codes Explained | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes.png","datePublished":"2025-12-31T17:14:49+00:00","dateModified":"2025-12-31T19:15:28+00:00","description":"Learn what HTTP error codes mean, why they happen, and how to troubleshoot 4xx client errors and 5xx server errors on your website.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/11\/HTTP-Error-Codes.png","width":1200,"height":630,"caption":"HTTP Error Codes Hero Image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/http-error-codes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"HTTP Error Codes: What They Mean and How to Fix Them"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8","name":"Carrie Smaha","description":"Carrie Smaha is a Senior Marketing Operations leader with over 20 years of experience in digital strategy, web development, and IT project management. She specializes in go-to-market programs and SaaS solutions for WordPress and VPS Hosting, working closely with technical teams and customers to deliver high-performance, scalable platforms. At InMotion Hosting, she drives product marketing initiatives that blend strategic insight with technical depth.","sameAs":["https:\/\/www.linkedin.com\/in\/carriesmaha\/","https:\/\/x.com\/carriesmaha"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/carries\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4335,"name":"Website Error Numbers","slug":"error-numbers","link":"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/63294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/56983"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=63294"}],"version-history":[{"count":14,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/63294\/revisions"}],"predecessor-version":[{"id":131398,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/63294\/revisions\/131398"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=63294"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=63294"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=63294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}