{"id":2828,"date":"2021-08-06T19:26:00","date_gmt":"2021-08-06T23:26:00","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2013\/09\/11\/redirect-without-changing-url\/"},"modified":"2021-08-16T14:54:38","modified_gmt":"2021-08-16T18:54:38","slug":"redirect-without-changing-url","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/","title":{"rendered":"How to Redirect a Domain without Changing the URL"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL-1024x538.jpg\" alt=\"Learn How to Redirect a Domain Without Changing the URL\" class=\"wp-image-82155\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL-1024x538.jpg 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL-300x158.jpg 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL-768x403.jpg 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL.jpg 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>In this article, we will show you several ways to redirect a domain to another URL, without changing the domain. While this is not a typical setup, there may be instances when this is needed. Follow along and we\u2019ll explain several scenarios and provide example codes you can use to redirect a domain without changing the domain. <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#keep-everything\">Redirect and keep everything after the URL<\/a><\/li><li><a href=\"#specific-url\">Redirect a domain to a specific url<\/a><\/li><li><a href=\"#redirect-ip\">Re-directing an IP address<\/a><a name=\"keep\"><\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"keep-everything\">Redirect and keep everything after the URL<\/h2>\n\n\n\n<p>The first option will show all of the same content on one URL as you would another. For example, if you just changed your domain to DomainB.com, but you still have plenty of visitors coming to DomainA.com, you would use this to show them all of the existing content that is located on the new domain, without the need to update both websites.<\/p>\n\n\n\n<p>To do this, you would modify your .htaccess file for the domain that your users will go to, and insert these lines of code:<\/p>\n\n\n\n<pre>RewriteCond %{HTTP_HOST} ^DomainA.com<br>RewriteRule ^(.*) https:\/\/DomainB.com\/$1 [P]<\/pre>\n\n\n\n<p>If you are using the <a href=\"\/support\/edu\/cpanel\/using-file-manager-in-cpanel\/\">file manager in cPanel<\/a>, be sure that you have the option to show hidden files selected.<\/p>\n\n\n\n<p class=\"alert alert-danger\"><strong>Warning:<\/strong> If using this option, search engines such as Google or Bing will see multiple sites with the same content and can cause ranking drops in one, or both of the sites. From an SEO standpoint, your best option is to create 301 redirects instead.<\/p>\n\n\n\n<p><strong>What does the above redirect do?<\/strong><br>After adding this line into your .htaccess file, you will be able to go to DomainA.com\/YourPage and it will show the content from DomainB.com\/YourPage<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"specific-url\">Redirect a domain to a specific url<\/h2>\n\n\n\n<p>There is another way you can do your redirect to show a specific URL, but keep the domain the same as well. If you want visitors to go to DomainA.com with a specific page in mind when doing so, you may use this code:<\/p>\n\n\n\n<pre>RewriteCond %{HTTP_HOST} ^DomainA.com\nRewriteRule ^(.*) https:\/\/DomainB.com\/PathToPageHere [P]<\/pre>\n\n\n\n<p>You would use this method if, for example, you had an external blog such as one on blogspot.com or maybe a shopping cart on etsy.com that you want people to visit your domain without fully hosting the domain there. Now, visitors can access your site using your domain, but see the content of an external URL.<\/p>\n\n\n\n<p class=\"alert alert-danger\"><strong>Warning:<\/strong> If you are using this option and absolute links on your site (meaning your links go to the full URL and not just an individual file) any links will go to the original site that is associated with that link.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"redirect-ip\">Redirect an IP address<\/h2>\n\n\n\n<p>Occasionally, there will be a request to re-direct an IP address to a specific URL. The following code shows how this can be done in the .htaccess file.<\/p>\n\n\n\n<pre># Redirect all IP address (replace the ## with the IP address numerals) to same https:\/\/domain_name.com\nRewriteCond %{HTTP_HOST} ^##.##.##.##\nRewriteRule (.*) https:\/\/domain_name.com\/$1 [R=301,L]<\/pre>\n\n\n<div class=\"jumbotron\"><p>No matter if you're a developer, system administrator, or simply a fan of SSH and command line, InMotion's <a href=\"https:\/\/www.inmotionhosting.com\/cloud-vps\">Cloud Hosting plans<\/a> provide a fast, scalable environment that is budget-friendly.<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this article, we will show you several ways to redirect a domain to another URL, without changing the domain. While this is not a typical setup, there may be instances when this is needed. Follow along and we&#8217;ll explain several scenarios and provide example codes you can use to redirect a domain without changing<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/\"> 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":[6],"tags":[],"class_list":["post-2828","post","type-post","status-publish","format-standard","hentry","category-domain-names"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Redirect a Domain Without Changing the URL with Examples<\/title>\n<meta name=\"description\" content=\"In this article, we will give you 2 ways in how you can go about redirecting your site to another URL, without changing the domain.\" \/>\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\/domain-names\/redirect-without-changing-url\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Redirect a Domain Without Changing the URL with Examples\" \/>\n<meta property=\"og:description\" content=\"In this article, we will give you 2 ways in how you can go about redirecting your site to another URL, without changing the domain.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/\" \/>\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=\"2021-08-06T23:26:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-16T18:54:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL.jpg\" \/>\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\/jpeg\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b\"},\"headline\":\"How to Redirect a Domain without Changing the URL\",\"datePublished\":\"2021-08-06T23:26:00+00:00\",\"dateModified\":\"2021-08-16T18:54:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/\"},\"wordCount\":466,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL-1024x538.jpg\",\"articleSection\":[\"Domain Names\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/\",\"name\":\"Redirect a Domain Without Changing the URL with Examples\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL-1024x538.jpg\",\"datePublished\":\"2021-08-06T23:26:00+00:00\",\"dateModified\":\"2021-08-16T18:54:38+00:00\",\"description\":\"In this article, we will give you 2 ways in how you can go about redirecting your site to another URL, without changing the domain.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL.jpg\",\"width\":1200,\"height\":630,\"caption\":\"Learn How to Redirect a Domain Without Changing the URL\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Redirect a Domain without Changing the URL\"}]},{\"@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":"Redirect a Domain Without Changing the URL with Examples","description":"In this article, we will give you 2 ways in how you can go about redirecting your site to another URL, without changing the domain.","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\/domain-names\/redirect-without-changing-url\/","og_locale":"en_US","og_type":"article","og_title":"Redirect a Domain Without Changing the URL with Examples","og_description":"In this article, we will give you 2 ways in how you can go about redirecting your site to another URL, without changing the domain.","og_url":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2021-08-06T23:26:00+00:00","article_modified_time":"2021-08-16T18:54:38+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL.jpg","type":"image\/jpeg"}],"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":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b"},"headline":"How to Redirect a Domain without Changing the URL","datePublished":"2021-08-06T23:26:00+00:00","dateModified":"2021-08-16T18:54:38+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/"},"wordCount":466,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL-1024x538.jpg","articleSection":["Domain Names"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/","url":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/","name":"Redirect a Domain Without Changing the URL with Examples","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL-1024x538.jpg","datePublished":"2021-08-06T23:26:00+00:00","dateModified":"2021-08-16T18:54:38+00:00","description":"In this article, we will give you 2 ways in how you can go about redirecting your site to another URL, without changing the domain.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/How-to-Redirect-a-Domain-without-Changing-the-URL.jpg","width":1200,"height":630,"caption":"Learn How to Redirect a Domain Without Changing the URL"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/redirect-without-changing-url\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Redirect a Domain without Changing the URL"}]},{"@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":{"id":6,"name":"Domain Names","slug":"domain-names","link":"https:\/\/www.inmotionhosting.com\/support\/domain-names\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2828","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=2828"}],"version-history":[{"count":4,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2828\/revisions"}],"predecessor-version":[{"id":82573,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2828\/revisions\/82573"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=2828"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=2828"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=2828"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}