{"id":2455,"date":"2013-01-02T17:04:42","date_gmt":"2013-01-02T22:04:42","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2013\/01\/02\/duplicate-drupal-test-site\/"},"modified":"2023-11-08T15:45:35","modified_gmt":"2023-11-08T20:45:35","slug":"duplicate-drupal-test-site","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/","title":{"rendered":"How to Make a Duplicate Drupal Site"},"content":{"rendered":"<p>When administering a Drupal site, it\u2019s a good idea to make a duplicate site for testing purposes. This allows the administrator to make large changes to the web site while the existing site is still running. This article will teach how to make a duplicate Drupal site for testing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Steps to Duplicate a Drupal Site on a Subdomain<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">First Step is to Create the Subdomain<\/h3>\n\n\n\n<p>To set up a Drupal test site, create a subdomain that you will use to separate your Drupal site. The following are the steps on how to set up the subdomain. If you don\u2019t have hosting for your website already, check out our <a href=\"https:\/\/www.inmotionhosting.com\/drupal-hosting\/\">Drupal Hosting<\/a> options for an optimized platform for your website.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li><a href=\"\/support\/edu\/cpanel\/how-to-log-into-cpanel\/\">Log into your cPanel<\/a>.<\/li>\n\n\n\n<li>Create the subdomain that will be used for the Drupal testing site, for example you may want to name it something like <em>testsite.example.com<\/em>.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Second, Set Up the Database<\/h3>\n\n\n\n<p>Because Drupal stores all the content in a database, the database will need to be imported into a separate database. The following section will explain how to export your Drupal database, change the site url in the database, and import the database into your testing database.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>Create a database.<br><br><img decoding=\"async\" width=\"382\" height=\"153\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_create-drupal-database.gif\" class=\"optimized-lcp-image\" alt=\"Create drupal database\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\"><\/li>\n\n\n\n<li>Create a database user.<br><br><img decoding=\"async\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_create-drupal-database-user.gif\" alt=\"Create Drupal database user\"><\/li>\n\n\n\n<li>Add the user to the database will full permissions.\n<p class=\"alert alert-warning\"><strong>Important!<\/strong> Make sure you save the Database name, Username, and password in a notepad or text document. These will need to be used later in the setup.<\/p>\n<br><br><img decoding=\"async\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_assign-all-permissions-drupal-database.gif\" alt=\"Assign permissions to Drupal database user\"><\/li>\n\n\n\n<li>In phpMyAdmin, <a href=\"\/support\/server\/databases\/export-database-using-phpmyadmin\/\">export your current database<\/a>.<br><br><img decoding=\"async\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_export-drupal-database.gif\" alt=\"Export the old Drupal Database\"><\/li>\n\n\n\n<li>Make a duplicate of your Database on your local computer. (This is to prevent you from having to export the database again due to any possible mistake.)<\/li>\n\n\n\n<li>Open the <em>.sql<\/em> file with Notepad++ or another editor.<br><br><img decoding=\"async\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_find-replace-drupal-site-url.gif\" alt=\"Find and replace old domain with new\"><\/li>\n\n\n\n<li>Find and replace all instances of the old subdomain with the new subdomain. For Example, if your existing Drupal is on <em>drupal.yourwebsite.org<\/em><br><br><img decoding=\"async\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_occurances-replaced-drupal-database.gif\" alt=\"All occurrences replaced\"><\/li>\n\n\n\n<li>Replace all instances of the old domain with the new domain. For example: <em>drupaltest.yourwebsite.org<\/em><\/li>\n\n\n\n<li><a href=\"\/support\/server\/databases\/import-database-using-phpmyadmin\/\">Import your Database<\/a> into the new database you created.<br><br><img decoding=\"async\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_import-drupal-database.gif\" alt=\"Import the Drupal database to the new database\"><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Finally, Move the Drupal Files<\/h3>\n\n\n\n<p>Now that the database is set up, the files will need to be moved and the settings.php file will need to be edited to use the new database connection. The following section will explain how to move and set the settings.php file to work on the new subdomain.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>Go to your <a href=\"\/support\/edu\/cpanel\/using-file-manager-in-cpanel\/\">cPanel File Manager<\/a>.<\/li>\n\n\n\n<li>Copy your Drupal Files from your current directory to the document root directory created for your subdomain. The root directory usually is the same name as the subdomain that was created.<\/li>\n\n\n\n<li>Select all the Drupal files.\n<p class=\"alert alert-warning\"><strong>Important!<\/strong> When selecting all your Drupal Files, make sure any other files and\/or folders not related to Drupal are not selected. After selecting all, hold the Ctrl key and click the folders to deselect any \u201cnon-Drupal\u201d files and \/or folders. If you do not deselect unrelated files and\/or folders, there will be duplicates taking up disk space.<\/p>\n<\/li>\n\n\n\n<li>Click <strong>Copy<\/strong> at the top right side of the <em>File Manager<\/em>. Type the path to the folder you want to move your files to (This will be the subdomain document root location). Click <strong>Copy<\/strong>.<\/li>\n\n\n\n<li>Now we will need to <strong>update the database settings<\/strong> for Drupal. Navigate to the path to the Document Root folder for the Sub Domain. For example:\n<pre>\/home\/userna5\/public_html\/testdrupal\/sites\/default\/settings.php<\/pre>\n<\/li>\n\n\n\n<li>Select the file and click the <strong>code editor<\/strong>.<\/li>\n\n\n\n<li>Update the <em>database name<\/em>, <em>username<\/em> and the <em>password<\/em> for the database to the new database credentials so you can test them.<br><br><img decoding=\"async\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_drupal-settings-php-file.gif\" alt=\"Update the Drupal settings.php file\"><\/li>\n\n\n\n<li>Click on the <strong>Save Changes<\/strong> button.<\/li>\n<\/ol>\n\n\n<p>For more step-by-step guides and practical tips, visit our <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/\">Drupal Education Channel<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When administering a Drupal site, it&#8217;s a good idea to make a duplicate site for testing purposes. This allows the administrator to make large changes to the web site while the existing site is still running. This article will teach how to make a duplicate Drupal site for testing. Steps to Duplicate a Drupal Site<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/\"> Read More ><\/a><\/p>\n","protected":false},"author":9,"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":[372],"tags":[],"class_list":["post-2455","post","type-post","status-publish","format-standard","hentry","category-drupal"],"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 Make a Duplicate Drupal Site | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"This Drupal tutorial will explain how to make a duplicate Drupal site for testing using a subdomain.\" \/>\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\/drupal\/duplicate-drupal-test-site\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Make a Duplicate Drupal Site | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"This Drupal tutorial will explain how to make a duplicate Drupal site for testing using a subdomain.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/\" \/>\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=\"2013-01-02T22:04:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-08T20:45:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_create-drupal-database.gif\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@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=\"5 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\/drupal\/duplicate-drupal-test-site\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41\"},\"headline\":\"How to Make a Duplicate Drupal Site\",\"datePublished\":\"2013-01-02T22:04:42+00:00\",\"dateModified\":\"2023-11-08T20:45:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/\"},\"wordCount\":596,\"commentCount\":46,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_create-drupal-database.gif\",\"articleSection\":[\"Drupal\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/\",\"name\":\"How to Make a Duplicate Drupal Site | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_create-drupal-database.gif\",\"datePublished\":\"2013-01-02T22:04:42+00:00\",\"dateModified\":\"2023-11-08T20:45:35+00:00\",\"description\":\"This Drupal tutorial will explain how to make a duplicate Drupal site for testing using a subdomain.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_create-drupal-database.gif\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_create-drupal-database.gif\",\"width\":382,\"height\":153,\"caption\":\"Create drupal database\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Make a Duplicate Drupal Site\"}]},{\"@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\/0ba9f3ef6fadef71df5aa120ff996c41\",\"name\":\"InMotion Hosting Contributor\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/jamesr\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Make a Duplicate Drupal Site | InMotion Hosting","description":"This Drupal tutorial will explain how to make a duplicate Drupal site for testing using a subdomain.","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\/drupal\/duplicate-drupal-test-site\/","og_locale":"en_US","og_type":"article","og_title":"How to Make a Duplicate Drupal Site | InMotion Hosting","og_description":"This Drupal tutorial will explain how to make a duplicate Drupal site for testing using a subdomain.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2013-01-02T22:04:42+00:00","article_modified_time":"2023-11-08T20:45:35+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_create-drupal-database.gif","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41"},"headline":"How to Make a Duplicate Drupal Site","datePublished":"2013-01-02T22:04:42+00:00","dateModified":"2023-11-08T20:45:35+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/"},"wordCount":596,"commentCount":46,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_create-drupal-database.gif","articleSection":["Drupal"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/","name":"How to Make a Duplicate Drupal Site | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_create-drupal-database.gif","datePublished":"2013-01-02T22:04:42+00:00","dateModified":"2023-11-08T20:45:35+00:00","description":"This Drupal tutorial will explain how to make a duplicate Drupal site for testing using a subdomain.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_create-drupal-database.gif","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_Drupal_7_308_create-drupal-database.gif","width":382,"height":153,"caption":"Create drupal database"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/duplicate-drupal-test-site\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Make a Duplicate Drupal Site"}]},{"@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\/0ba9f3ef6fadef71df5aa120ff996c41","name":"InMotion Hosting Contributor","url":"https:\/\/www.inmotionhosting.com\/support\/author\/jamesr\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":372,"name":"Drupal","slug":"drupal","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2455","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\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=2455"}],"version-history":[{"count":6,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2455\/revisions"}],"predecessor-version":[{"id":107837,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2455\/revisions\/107837"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=2455"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=2455"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=2455"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}