{"id":3590,"date":"2015-06-24T14:07:47","date_gmt":"2015-06-24T18:07:47","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2015\/06\/24\/create-custom-error-pages\/"},"modified":"2022-10-14T10:26:11","modified_gmt":"2022-10-14T14:26:11","slug":"create-custom-error-pages","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/","title":{"rendered":"How to Create Custom Error Pages in cPanel"},"content":{"rendered":"<p>When a visitor to your site receives an error message, such as <em>404 (Not found)<\/em>, or <em>500 (Internal server error)<\/em>; they will see the default error page. You can easily customize these pages in your cPanel with the <em>Error Pages<\/em> button. For example, you may want to personalize the error message. In this tutorial, we will show you <strong>how to create a custom error page in cPanel<\/strong>. Then, we will show you how to add a .htaccess rule, so your custom error pages will load when needed.<a name=\"create-error-page\"><\/a><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#create-error-page\">Creating a Custom Error Page<\/a><\/li><li><a href=\"#setup-htaccess\">Setup Your .htaccess File<\/a><\/li><\/ul>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"jetpack-video-wrapper\"><div class=\"yt-UPslzEo_gkM\">\n\t<a class=\"play-video-UPslzEo_gkM\" style=\"position: relative; display: flex; flex-wrap: wrap; align-items: center; cursor: pointer;\">\n\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i.ytimg.com\/vi_webp\/UPslzEo_gkM\/maxresdefault.webp\" width=\"1280\" height=\"720\" alt=\"How to Create Custom Error Pages in cPanel\" style=\"width: 100%; height: auto;\">\n\t\t<span class=\"fa fa-imh-play-circle imh-ds-icon play-circle\" style=\"position: absolute; display:block; font-size:150px; color: #c52228; opacity:0;\"><\/span>\n\t<\/a>\n<\/div><\/div>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"create-error-page\">Creating a Custom Error Page<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\"><li><a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/whm\/log-into-whm\/\">Login to your cPanel<\/a>.<\/li><li>Click the <em>Error Pages<\/em> button, in the <em>Advanced<\/em> section of cPanel.<br><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"260\" class=\"wp-image-100935\" style=\"width: 750px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages.png\" alt=\"Accessing Error Pages in cPanel\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages.png 788w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages-300x104.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages-768x266.png 768w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/li><li>If you have multiple domains in your cPanel, select it from the <em>Managing<\/em> menu.<br><img loading=\"lazy\" decoding=\"async\" width=\"375\" height=\"300\" class=\"wp-image-13922\" style=\"width: 375px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2015\/06\/newPaperLantern_cmNewPaper_13.png\" alt=\"cPanel Domain Error Pages\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2015\/06\/newPaperLantern_cmNewPaper_13.png 500w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2015\/06\/newPaperLantern_cmNewPaper_13-300x240.png 300w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/li><li>You will see a list of <em>Common Error Codes<\/em>, click the one you want to create a custom error page for. The available choices are: <em>400 (Bad request)<\/em>, <em>401 (Authorization required)<\/em>, <em>403 (Forbidden)<\/em>, <em>404 (Not found)<\/em>, and <em>500 (Internal server error)<\/em>. To edit additional error codes, click the <em>Show All HTTP Error Status Codes<\/em> tab. In my tests, I am selecting <em>404 (Not found)<\/em><\/li><li>You will then be on an editor page. You can enter HTML code here, or insert premade tags if you want. Below is a brief description of the available tags.<br> <table class=\"article_table\"> <tbody> <tr> <th>Tag<\/th> <th>Description<\/th> <\/tr> <tr> <td>Referring URL<\/td> <td>Lists the URL you came from.<\/td> <\/tr> <tr> <td>Visitor\u2019s IP address<\/td> <td>Lists the IP address of your site visitor.<\/td> <\/tr> <tr> <td>Requested URL<\/td> <td>Shows the URL you are attempting to access<\/td> <\/tr> <tr> <td>Server Name<\/td> <td>Shows the name of the server.<\/td> <\/tr> <tr> <td>Visitor\u2019s Browser<\/td> <td>Lists the visitor\u2019s browser type.<\/td> <\/tr> <tr> <td>Redirect Status Code<\/td> <td>This will display the error message code, such as 500, or 404, etc.<\/td> <\/tr> <\/tbody> <\/table> <\/li><li>Click the <em>Save<\/em> button at the bottom when you are finished.<a name=\"setup-htaccess\"><\/a><\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"setup-htaccess\">Setup Your .htaccess File<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\"><li><a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/htaccess-file\/\">Edit<\/a> the .htaccess file for your site, and add a rule for the errors you created. If you need help locating your .htaccess file, see our guide \u201c<a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/where-is-my-htaccess-file\/\">Where is my .htaccess file?<\/a>.\u201d Below is an example of the file formatting: <pre>ErrorDocument 400 \/400.shtml<br>ErrorDocument 401 \/401.shtml<br>ErrorDocument 403 \/403.shtml<br>ErrorDocument 404 \/404.shtml<br>ErrorDocument 500 \/500.shtml<\/pre> <\/li><li>Save your .htaccess file. Now when someone triggers an error message on your site, it will display your Custom Error Page.<br><br><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"257\" class=\"wp-image-13923\" style=\"width: 750px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2015\/06\/cpanel_error-page_example-error-page.png\" alt=\"Error Page Example\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2015\/06\/cpanel_error-page_example-error-page.png 710w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2015\/06\/cpanel_error-page_example-error-page-300x103.png 300w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><div style=\"clear: both;\"><\/div><\/li><\/ol>\n\n\n\n<p>Congratulations, now you know how to <strong>create custom Error Pages in cPanel<\/strong>! For additional reading, here is a link to the official cPanel documentation on <a href=\"https:\/\/documentation.cpanel.net\/display\/ALD\/Error+Pages\" target=\"_blank\" rel=\"noopener noreferrer\">Error Pages<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When a visitor to your site receives an error message, such as 404 (Not found), or 500 (Internal server error); they will see the default error page. You can easily customize these pages in your cPanel with the Error Pages button. For example, you may want to personalize the error message. In this tutorial, we<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/\"> Read More ><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[51,4335],"tags":[],"class_list":["post-3590","post","type-post","status-publish","format-standard","hentry","category-cpanel","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>How to Create Custom Error Pages in cPanel<\/title>\n<meta name=\"description\" content=\"How to Create a Custom Error page in cPanel.\" \/>\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\/edu\/cpanel\/create-custom-error-pages\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create Custom Error Pages in cPanel\" \/>\n<meta property=\"og:description\" content=\"How to Create a Custom Error page in cPanel.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/\" \/>\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=\"2015-06-24T18:07:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-14T14:26:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages.png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b\"},\"headline\":\"How to Create Custom Error Pages in cPanel\",\"datePublished\":\"2015-06-24T18:07:47+00:00\",\"dateModified\":\"2022-10-14T14:26:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/\"},\"wordCount\":397,\"commentCount\":7,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages.png\",\"articleSection\":[\"cPanel\",\"Website Error Numbers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/\",\"name\":\"How to Create Custom Error Pages in cPanel\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages.png\",\"datePublished\":\"2015-06-24T18:07:47+00:00\",\"dateModified\":\"2022-10-14T14:26:11+00:00\",\"description\":\"How to Create a Custom Error page in cPanel.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages.png\",\"width\":788,\"height\":273,\"caption\":\"Accessing Error Pages in cPanel\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Create Custom Error Pages in cPanel\"}]},{\"@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\/5fbfcaed32a2672fb83ab312f5b7237b\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/john-paul\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Create Custom Error Pages in cPanel","description":"How to Create a Custom Error page in cPanel.","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\/edu\/cpanel\/create-custom-error-pages\/","og_locale":"en_US","og_type":"article","og_title":"How to Create Custom Error Pages in cPanel","og_description":"How to Create a Custom Error page in cPanel.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2015-06-24T18:07:47+00:00","article_modified_time":"2022-10-14T14:26:11+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages.png","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b"},"headline":"How to Create Custom Error Pages in cPanel","datePublished":"2015-06-24T18:07:47+00:00","dateModified":"2022-10-14T14:26:11+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/"},"wordCount":397,"commentCount":7,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages.png","articleSection":["cPanel","Website Error Numbers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/","name":"How to Create Custom Error Pages in cPanel","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages.png","datePublished":"2015-06-24T18:07:47+00:00","dateModified":"2022-10-14T14:26:11+00:00","description":"How to Create a Custom Error page in cPanel.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/10\/cpanel-error-pages.png","width":788,"height":273,"caption":"Accessing Error Pages in cPanel"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/create-custom-error-pages\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Create Custom Error Pages in cPanel"}]},{"@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\/5fbfcaed32a2672fb83ab312f5b7237b","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/john-paul\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3590","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\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=3590"}],"version-history":[{"count":11,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3590\/revisions"}],"predecessor-version":[{"id":100937,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3590\/revisions\/100937"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=3590"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=3590"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=3590"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}