{"id":5434,"date":"2017-01-31T12:22:05","date_gmt":"2017-01-31T09:22:05","guid":{"rendered":"https:\/\/unihost.com\/help\/ru\/?p=5434"},"modified":"2023-01-19T13:59:40","modified_gmt":"2023-01-19T10:59:40","slug":"how-to-transfer-a-wordpress-website-to-a-new-hosting","status":"publish","type":"post","link":"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/","title":{"rendered":"How to transfer a WordPress website to a new hosting"},"content":{"rendered":"<p><span style=\"font-family: Ubuntu, sans-serif;\"><strong>IMPORTANT<\/strong>: Most of the time, all you need to transfer a website is Duplicator. This manual is for those, who prefer not to use a plugin and do it all by hand.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">In order to transfer a WordPress website (or pretty much any other one) to the new hosting, you will need its files and databases.<\/span><\/p>\n<p><!--more--><\/p>\n<h2><span style=\"font-family: Ubuntu, sans-serif;\">Download the files from the old hosting<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">First, download the files to your PC. In order to do this:<\/span><\/p>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Log into your website using FTP and copy its content to your PC.<\/span>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Create a separate folder for the website\u2019s content \u2014 this way you will be sure that those file will not intermix with the others.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Make sure that you are in the root folder of your website \u2014 you will need all of its contents.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Download may take a lot of time.<\/span><\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<h2><span style=\"font-family: Ubuntu, sans-serif;\">Transfer the database<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Just like files, you will need to download the database too.<\/span><\/p>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Log into your old hosting\u2019s control panel.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Go to PHPMyAdmin menu.<\/span><br \/>\n<span style=\"font-family: Ubuntu, sans-serif;\"> <img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5441\" src=\"https:\/\/unihost.com\/help\/minio.php?Export-the-database.png\" alt=\"Export the database\" width=\"1186\" height=\"471\" title=\"How to transfer a WordPress website to a new hosting - Image 1\"><\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Select the database that is connected to WordPress.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Click on Export<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Choose Quick export method and SQL format.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Click \u041e\u041a and save the file when prompted<\/span><\/li>\n<\/ol>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Now, you need to transfer the information from your old database to the new hosting. But first, you need to create a database there. To do this:<\/span><\/p>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Log into cPanel on Unihost.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Go to the MySQL Databases menu<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\"><a href=\"https:\/\/unihost.com\/help\/how-to-create-a-database-in-cpanel\/\">Create a new database and user<\/a><\/span><\/li>\n<\/ol>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Now you need to import the data from the old database to the new one.<\/span><\/p>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Go back to the cPanel\u2019s main page.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Go to phpMyAdmin menu.<\/span><br \/>\n<span style=\"font-family: Ubuntu, sans-serif;\"> <img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5439\" src=\"https:\/\/unihost.com\/help\/minio.php?Import-the-database.png\" alt=\"Import the database\" width=\"1322\" height=\"714\" title=\"How to transfer a WordPress website to a new hosting - Image 2\"><\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">From the list to the left, select your new database.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Click on Import.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">In the field File to import, select the file with the database you\u2019ve downloaded earlier.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Uncheck Partial Import.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Make sure that the Format is set to SQL.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Click GO.<\/span><\/li>\n<\/ol>\n<h2><span style=\"font-family: Ubuntu, sans-serif;\">Edit the files<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">In order for your website to recognize the new database, you need to edit wp-config.php,<\/span><\/p>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Open the folder on your PC, where you\u2019ve downloaded your website.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Find the file \u2018wp-config.php\u2019.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Make a backup copy of it. Call it wp-config-old.php and save it to the safe place.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Open the original file with any text editor.<\/span><br \/>\n<span style=\"font-family: Ubuntu, sans-serif;\"> <img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5446\" src=\"https:\/\/unihost.com\/help\/minio.php?edit-wp-config-en.png\" alt=\"edit wp-config en\" width=\"900\" height=\"628\" title=\"How to transfer a WordPress website to a new hosting - Image 3\"><\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Find the line \u201cdefine(&#8216;DB_NAME&#8217;, &#8216;db_name&#8217;);\u201d where db_name \u2014 the name of your old database<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Change it to the name of the new one.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Repeat with \u201cdefine(&#8216;DB_USER&#8217;, &#8216;db_user&#8217;);\u201d and \u201cdefine(&#8216;DB_PASSWORD&#8217;, &#8216;db_pass&#8217;);\u201d. Change them to your new username and password respectively.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Save the changes to the file<\/span><\/li>\n<\/ol>\n<h2><span style=\"font-family: Ubuntu, sans-serif;\">Upload the website\u2019s files to the new hosting<\/span><\/h2>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Log into your Unihost hosting by FTP and upload the files to it.<\/span>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Make sure you are in the root folder of your hosting before you start copying.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Upload may take a lot of time.<\/span><\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Once the copying is over, check whether or not your website works.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>IMPORTANT: Most of the time, all you need to transfer a website is Duplicator. This manual is for those, who prefer not to use a plugin and do it all by hand. In order to transfer a WordPress website (or pretty much any other one) to the new hosting, you will need its files and [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[253,6],"tags":[],"class_list":["post-5434","post","type-post","status-publish","format-standard","hentry","category-cms-wordpress","category-vps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to transfer a Wordpress website to a new hosting - Unihost.FAQ<\/title>\n<meta name=\"description\" content=\"Most of the time you need to transfer a website is Duplicator. This manual is for those, who prefer not to use a plugin and do it all by hand\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to transfer a Wordpress website to a new hosting - Unihost.FAQ\" \/>\n<meta property=\"og:description\" content=\"Most of the time you need to transfer a website is Duplicator. This manual is for those, who prefer not to use a plugin and do it all by hand\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.FAQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-01-31T09:22:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-19T10:59:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/unihost.com\/help\/wp-content\/uploads\/Export-the-database.png\" \/>\n<meta name=\"author\" content=\"Unihost Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unihost Support\" \/>\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:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/\"},\"author\":{\"name\":\"Unihost Support\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\"},\"headline\":\"How to transfer a WordPress website to a new hosting\",\"datePublished\":\"2017-01-31T09:22:05+00:00\",\"dateModified\":\"2023-01-19T10:59:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/\"},\"wordCount\":485,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/help\/wp-content\/uploads\/Export-the-database.png\",\"articleSection\":[\"CMS WordPress\",\"Virtual Private Server (VPS)\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/\",\"url\":\"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/\",\"name\":\"How to transfer a Wordpress website to a new hosting - Unihost.FAQ\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/help\/wp-content\/uploads\/Export-the-database.png\",\"datePublished\":\"2017-01-31T09:22:05+00:00\",\"dateModified\":\"2023-01-19T10:59:40+00:00\",\"description\":\"Most of the time you need to transfer a website is Duplicator. This manual is for those, who prefer not to use a plugin and do it all by hand\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#primaryimage\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?Export-the-database.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?Export-the-database.png\",\"width\":1186,\"height\":471},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help\",\"item\":\"https:\/\/unihost.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to transfer a WordPress website to a new hosting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/help\/#website\",\"url\":\"https:\/\/unihost.com\/help\/\",\"name\":\"Unihost.FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/help\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/help\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\/\",\"https:\/\/x.com\/unihost\",\"https:\/\/www.instagram.com\/unihost\/?hl=en\",\"https:\/\/www.linkedin.com\/company\/unihost-com\",\"https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\",\"name\":\"Unihost Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"caption\":\"Unihost Support\"},\"sameAs\":[\"https:\/\/unihost.com\/\"],\"url\":\"https:\/\/unihost.com\/help\/author\/support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to transfer a Wordpress website to a new hosting - Unihost.FAQ","description":"Most of the time you need to transfer a website is Duplicator. This manual is for those, who prefer not to use a plugin and do it all by hand","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:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/","og_locale":"en_US","og_type":"article","og_title":"How to transfer a Wordpress website to a new hosting - Unihost.FAQ","og_description":"Most of the time you need to transfer a website is Duplicator. This manual is for those, who prefer not to use a plugin and do it all by hand","og_url":"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/","og_site_name":"Unihost.FAQ","article_publisher":"https:\/\/www.facebook.com\/unihost\/","article_published_time":"2017-01-31T09:22:05+00:00","article_modified_time":"2023-01-19T10:59:40+00:00","og_image":[{"url":"https:\/\/unihost.com\/help\/wp-content\/uploads\/Export-the-database.png","type":"","width":"","height":""}],"author":"Unihost Support","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Unihost Support","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/"},"author":{"name":"Unihost Support","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a"},"headline":"How to transfer a WordPress website to a new hosting","datePublished":"2017-01-31T09:22:05+00:00","dateModified":"2023-01-19T10:59:40+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/"},"wordCount":485,"commentCount":0,"publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/help\/wp-content\/uploads\/Export-the-database.png","articleSection":["CMS WordPress","Virtual Private Server (VPS)"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/","url":"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/","name":"How to transfer a Wordpress website to a new hosting - Unihost.FAQ","isPartOf":{"@id":"https:\/\/unihost.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#primaryimage"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/help\/wp-content\/uploads\/Export-the-database.png","datePublished":"2017-01-31T09:22:05+00:00","dateModified":"2023-01-19T10:59:40+00:00","description":"Most of the time you need to transfer a website is Duplicator. This manual is for those, who prefer not to use a plugin and do it all by hand","breadcrumb":{"@id":"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#primaryimage","url":"https:\/\/unihost.com\/help\/minio.php?Export-the-database.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?Export-the-database.png","width":1186,"height":471},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/help\/how-to-transfer-a-wordpress-website-to-a-new-hosting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Help","item":"https:\/\/unihost.com\/help\/"},{"@type":"ListItem","position":3,"name":"How to transfer a WordPress website to a new hosting"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/help\/#website","url":"https:\/\/unihost.com\/help\/","name":"Unihost.FAQ","description":"","publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/unihost.com\/help\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost\/","https:\/\/x.com\/unihost","https:\/\/www.instagram.com\/unihost\/?hl=en","https:\/\/www.linkedin.com\/company\/unihost-com","https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw"]},{"@type":"Person","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a","name":"Unihost Support","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","caption":"Unihost Support"},"sameAs":["https:\/\/unihost.com\/"],"url":"https:\/\/unihost.com\/help\/author\/support\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/5434","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/comments?post=5434"}],"version-history":[{"count":10,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/5434\/revisions"}],"predecessor-version":[{"id":10249,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/5434\/revisions\/10249"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/media?parent=5434"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/categories?post=5434"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/tags?post=5434"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}