{"id":3963,"date":"2022-04-21T01:00:00","date_gmt":"2022-04-21T05:00:00","guid":{"rendered":"https:\/\/www.canspace.ca\/blog\/?p=3963"},"modified":"2022-04-27T10:22:56","modified_gmt":"2022-04-27T14:22:56","slug":"how-to-make-a-staging-website-by-cloning-your-site-in-cpanel","status":"publish","type":"post","link":"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/","title":{"rendered":"How to Make a Staging Website by Cloning Your Site in cPanel"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Once your website gets to a certain level of success, you may find that you also have to professionalize how you administer your site. One key component to a smoothly running website is a staging site \u2014 an exact copy of your site in a \u201csandbox\u201d environment that only you can see \u2014 where you can try new updates, designs, and test features before they are released to the \u201clive\u201d version of your site.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are a number of obvious benefits to this. And, it also happens to be quite easy to do using cPanel, which comes with every website hosted by us.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here are the instructions on how to create a copy of your site, to use as a staging site:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Using WordPress Toolkit<\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li>Open WordPress Toolkit in cPanel and expand the detail view for the site you would like to clone.\u00a0<\/li><li>Click the Clone tool in the site\u2019s dashboard. When the clone tool opens, select a subdomain and a path to clone the site to. If they don\u2019t exist, WordPress Toolkit will create them for you.\u00a0<\/li><li>When you\u2019re finished, click Start at the bottom of the page. WordPress Toolkit automatically copies the site, creates a new database and database user, configures the site to use the database, and creates a new subdomain if necessary. Once it\u2019s done, you access the cloned site as usual.\u00a0<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2022\/04\/canspace-solutions-how-to-clone-website-using-cpanel-inline.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2022\/04\/canspace-solutions-how-to-clone-website-using-cpanel-inline.png\" alt=\"\" class=\"wp-image-3967\" srcset=\"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2022\/04\/canspace-solutions-how-to-clone-website-using-cpanel-inline.png 1024w, https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2022\/04\/canspace-solutions-how-to-clone-website-using-cpanel-inline-300x150.png 300w, https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2022\/04\/canspace-solutions-how-to-clone-website-using-cpanel-inline-768x384.png 768w, https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2022\/04\/canspace-solutions-how-to-clone-website-using-cpanel-inline-740x370.png 740w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Using cPanel in General<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To clone a site, you\u2019ll need to:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Create a new folder and copy the site\u2019s files into it.\u00a0<\/h3>\n\n\n\n<ol class=\"wp-block-list\"><li>Open File Manager, which you can open from the Files section of cPanel\u2019s main page menu.<\/li><li>Select the directory containing the WordPress site you want to clone.&nbsp;<\/li><li>Click Copy in the toolbar and enter a name for the new directory. To keep things simple, we\u2019ll clone the site into a directory under public_html so that you can access it from a URL such as \u201cexample.com\/wordpress_two.\u201d&nbsp;<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Export the original site\u2019s database, create a new database for the clone, and import the data into it.\u00a0<\/h3>\n\n\n\n<ol class=\"wp-block-list\"><li>Open MySQL Databases, which you\u2019ll find under Databases the main page menu.&nbsp;<\/li><li>Enter a name for the new database under Create New Database and click the Create Database button.&nbsp;<\/li><li>Next, we export the original database.&nbsp; We\u2019ll use phpMyAdmin, which is also under Databases in the cPanel menu:<ul><li>Select the original database in the sidebar.<\/li><li>Select the Export tab and make sure the Quick export method is selected. The custom method lets you change database export options, but we\u2019ll stick with the defaults.&nbsp;<\/li><li>Click Go.&nbsp;&nbsp;<\/li><\/ul><\/li><\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\"><li>This \u201cdumps\u201d the database, downloading an SQL file to your local machine with the information needed to recreate the original site\u2019s database. That\u2019s what we\u2019re going to do next, also using phpMyAdmin.\u00a0<ul><li>Select the new database (the one we created in the previous section).<\/li><li>Click the Import tab.\u00a0<\/li><li>In the File to import section, click Choose File and browse to the SQL file you just downloaded.\u00a0<\/li><li>Click the Go button at the bottom of the page.<\/li><\/ul><\/li><li>The last step in this section is to give the database a user with a password. You can use an existing database user, but we\u2019ll add a new user and give them a unique password.\u00a0<ul><li>In cPanel, navigate to the MySQL Databases page. Scroll to the Add New User section.\u00a0<\/li><li>Under Add New User, enter a username and a strong password.\u00a0<\/li><li>Click Create User, and then return to the MySQL Databases page.<\/li><li>Under Add User to Database, select the new user and the database we created in a previous section.\u00a0<\/li><li>Click Add, select \u201cAll Privileges\u201d on the next page, and confirm the changes.<\/li><\/ul><\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Configure the clone to work with the new database.\u00a0<\/h3>\n\n\n\n<ol class=\"wp-block-list\"><li>Open File Manager and select the new site\u2019s directory.\u00a0<\/li><li>Select the wp\u2013config.php file.\u00a0<\/li><li>Click Edit in the toolbar.\u00a0<\/li><li>We need to edit several fields in the MySQL settings section of wp\u2013config.php so that WordPress can access and authenticate with the new database.\u00a0<ul><li>Enter the new database name in the DB_NAME field.<\/li><li>Enter the user we just created in the DB_USER field.<\/li><li>Enter the user\u2019s password in DB_PASSWORD.\u00a0<\/li><\/ul><\/li><li>While we have wp-config.php open, we can also tell WordPress about its new URL. There are various ways to do this, but the quickest is to add the following lines, with appropriate changes, to the bottom of the file.\u00a0<ul><li>&lt;! \u2013 wp:paragraph \u2013 ><\/li><li>&lt;p>define( &#8216;WP_HOME&#8217;, &#8216;http:\/\/example.com\/wordpress_two&#8217; );&lt;\/p><\/li><li>&lt;! \u2013 \/wp:paragraph \u2013 ><\/li><li>&lt;! \u2013 wp:paragraph \u2013 ><\/li><li>&lt;p>define( &#8216;WP_SITEURL&#8217;, &#8216;http:\/\/example.com\/wordpress_two&#8217; );&lt;\/p><\/li><li>&lt;! \u2013 \/wp:paragraph \u2013 ><\/li><\/ul><\/li><li> Don\u2019t forget to click Save Changes when you\u2019re finished.\u00a0<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">As you can see both ways of cloning your site are fairly intuitive, but using the WordPress Toolkit is significantly easier. The WordPress Toolkit comes with every instance of cPanel that comes with your CanSpace Solutions hosting account. If for some reason you can\u2019t locate the toolkit, <a href=\"https:\/\/www.canspace.ca\/contact.html\">reach out to us<\/a>, we\u2019re happy to help!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Once your website gets to a certain level of success, you may find that you also have to professionalize how you administer your site. One key component to a smoothly running website is a staging site \u2014 an exact copy of your site in a \u201csandbox\u201d environment that only you can see \u2014 where you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3966,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"client_name":"","client_title":"","client_company_name":"","client_url":"","client_quote":"","footnotes":""},"categories":[137],"tags":[],"class_list":["post-3963","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-website-development"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Make a Staging Website by Cloning Your Site in cPanel Canada&#039;s Leading Web Hosting and Domain Name Provider<\/title>\n<meta name=\"description\" content=\"Do you have a staging site for your website? Here\u2019s why you should, and how to easily make one right 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.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/\" \/>\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 Staging Website by Cloning Your Site in cPanel Canada&#039;s Leading Web Hosting and Domain Name Provider\" \/>\n<meta property=\"og:description\" content=\"Do you have a staging site for your website? Here\u2019s why you should, and how to easily make one right in cPanel!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"Canada&#039;s Leading Web Hosting and Domain Name Provider\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/canspace.ca\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-21T05:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-27T14:22:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2022\/04\/canspace-solutions-how-to-clone-website-using-cpanel.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"854\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"CanSpace Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@canspace_ca\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CanSpace Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/website-development\\\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/website-development\\\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\\\/\"},\"author\":{\"name\":\"CanSpace Team\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#\\\/schema\\\/person\\\/6bf91c438b083753bbb7d2736141a6bb\"},\"headline\":\"How to Make a Staging Website by Cloning Your Site in cPanel\",\"datePublished\":\"2022-04-21T05:00:00+00:00\",\"dateModified\":\"2022-04-27T14:22:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/website-development\\\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\\\/\"},\"wordCount\":862,\"publisher\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/website-development\\\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/canspace-solutions-how-to-clone-website-using-cpanel.jpg\",\"articleSection\":[\"Website Development\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/website-development\\\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\\\/\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/website-development\\\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\\\/\",\"name\":\"How to Make a Staging Website by Cloning Your Site in cPanel Canada&#039;s Leading Web Hosting and Domain Name Provider\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/website-development\\\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/website-development\\\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/canspace-solutions-how-to-clone-website-using-cpanel.jpg\",\"datePublished\":\"2022-04-21T05:00:00+00:00\",\"dateModified\":\"2022-04-27T14:22:56+00:00\",\"description\":\"Do you have a staging site for your website? Here\u2019s why you should, and how to easily make one right in cPanel!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/website-development\\\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/website-development\\\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/website-development\\\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/canspace-solutions-how-to-clone-website-using-cpanel.jpg\",\"contentUrl\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/canspace-solutions-how-to-clone-website-using-cpanel.jpg\",\"width\":1280,\"height\":854},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/website-development\\\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Make a Staging Website by Cloning Your Site in cPanel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/\",\"name\":\"Canada&#039;s Leading Web Hosting and Domain Name Provider\",\"description\":\"Canada&#039;s Leading Domain Registrar and Web Hosting Provider\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#organization\",\"name\":\"CanSpace Solutions\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/logolargesize.png\",\"contentUrl\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/logolargesize.png\",\"width\":2200,\"height\":709,\"caption\":\"CanSpace Solutions\"},\"image\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#\\\/schema\\\/person\\\/6bf91c438b083753bbb7d2736141a6bb\",\"name\":\"CanSpace Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g\",\"caption\":\"CanSpace Team\"},\"description\":\"CanSpace Solutions is Canada's leading domain name registrar and web hosting provider. Keep an eye on our blog for expert information on domain names, websites, and running a business online.\",\"sameAs\":[\"https:\\\/\\\/www.canspace.ca\",\"https:\\\/\\\/www.facebook.com\\\/canspace.ca\",\"https:\\\/\\\/ca.linkedin.com\\\/company\\\/canspace\",\"https:\\\/\\\/x.com\\\/canspace_ca\"],\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Make a Staging Website by Cloning Your Site in cPanel Canada&#039;s Leading Web Hosting and Domain Name Provider","description":"Do you have a staging site for your website? Here\u2019s why you should, and how to easily make one right 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.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/","og_locale":"en_US","og_type":"article","og_title":"How to Make a Staging Website by Cloning Your Site in cPanel Canada&#039;s Leading Web Hosting and Domain Name Provider","og_description":"Do you have a staging site for your website? Here\u2019s why you should, and how to easily make one right in cPanel!","og_url":"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/","og_site_name":"Canada&#039;s Leading Web Hosting and Domain Name Provider","article_author":"https:\/\/www.facebook.com\/canspace.ca","article_published_time":"2022-04-21T05:00:00+00:00","article_modified_time":"2022-04-27T14:22:56+00:00","og_image":[{"width":1280,"height":854,"url":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2022\/04\/canspace-solutions-how-to-clone-website-using-cpanel.jpg","type":"image\/jpeg"}],"author":"CanSpace Team","twitter_card":"summary_large_image","twitter_creator":"@canspace_ca","twitter_misc":{"Written by":"CanSpace Team","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/#article","isPartOf":{"@id":"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/"},"author":{"name":"CanSpace Team","@id":"https:\/\/www.canspace.ca\/blog\/#\/schema\/person\/6bf91c438b083753bbb7d2736141a6bb"},"headline":"How to Make a Staging Website by Cloning Your Site in cPanel","datePublished":"2022-04-21T05:00:00+00:00","dateModified":"2022-04-27T14:22:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/"},"wordCount":862,"publisher":{"@id":"https:\/\/www.canspace.ca\/blog\/#organization"},"image":{"@id":"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2022\/04\/canspace-solutions-how-to-clone-website-using-cpanel.jpg","articleSection":["Website Development"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/","url":"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/","name":"How to Make a Staging Website by Cloning Your Site in cPanel Canada&#039;s Leading Web Hosting and Domain Name Provider","isPartOf":{"@id":"https:\/\/www.canspace.ca\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/#primaryimage"},"image":{"@id":"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2022\/04\/canspace-solutions-how-to-clone-website-using-cpanel.jpg","datePublished":"2022-04-21T05:00:00+00:00","dateModified":"2022-04-27T14:22:56+00:00","description":"Do you have a staging site for your website? Here\u2019s why you should, and how to easily make one right in cPanel!","breadcrumb":{"@id":"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/#primaryimage","url":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2022\/04\/canspace-solutions-how-to-clone-website-using-cpanel.jpg","contentUrl":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2022\/04\/canspace-solutions-how-to-clone-website-using-cpanel.jpg","width":1280,"height":854},{"@type":"BreadcrumbList","@id":"https:\/\/www.canspace.ca\/blog\/website-development\/how-to-make-a-staging-website-by-cloning-your-site-in-cpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/www.canspace.ca\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Make a Staging Website by Cloning Your Site in cPanel"}]},{"@type":"WebSite","@id":"https:\/\/www.canspace.ca\/blog\/#website","url":"https:\/\/www.canspace.ca\/blog\/","name":"Canada&#039;s Leading Web Hosting and Domain Name Provider","description":"Canada&#039;s Leading Domain Registrar and Web Hosting Provider","publisher":{"@id":"https:\/\/www.canspace.ca\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.canspace.ca\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.canspace.ca\/blog\/#organization","name":"CanSpace Solutions","url":"https:\/\/www.canspace.ca\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.canspace.ca\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2016\/11\/logolargesize.png","contentUrl":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2016\/11\/logolargesize.png","width":2200,"height":709,"caption":"CanSpace Solutions"},"image":{"@id":"https:\/\/www.canspace.ca\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.canspace.ca\/blog\/#\/schema\/person\/6bf91c438b083753bbb7d2736141a6bb","name":"CanSpace Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g","caption":"CanSpace Team"},"description":"CanSpace Solutions is Canada's leading domain name registrar and web hosting provider. Keep an eye on our blog for expert information on domain names, websites, and running a business online.","sameAs":["https:\/\/www.canspace.ca","https:\/\/www.facebook.com\/canspace.ca","https:\/\/ca.linkedin.com\/company\/canspace","https:\/\/x.com\/canspace_ca"],"url":"https:\/\/www.canspace.ca\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/posts\/3963","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/comments?post=3963"}],"version-history":[{"count":4,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/posts\/3963\/revisions"}],"predecessor-version":[{"id":3969,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/posts\/3963\/revisions\/3969"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/media\/3966"}],"wp:attachment":[{"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/media?parent=3963"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/categories?post=3963"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/tags?post=3963"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}