{"id":715,"date":"2018-02-02T02:01:42","date_gmt":"2018-02-02T08:01:42","guid":{"rendered":"https:\/\/www.linuxcloudvps.com\/blog\/?p=715"},"modified":"2018-02-02T02:01:42","modified_gmt":"2018-02-02T08:01:42","slug":"how-to-move-wordpress-from-subdomain-to-root-domain","status":"publish","type":"post","link":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/","title":{"rendered":"How to Move WordPress From Subdomain to Root Domain"},"content":{"rendered":"<p>In this tutorial, we will show you how to properly move your WordPress site from a subdomain to the root domain.<\/p>\n<p><!--more--><\/p>\n<h2>1. Backup your WordPress site<\/h2>\n<p>Before we start doing anything it is highly recommended to make a complete backup of the WordPress site.<\/p>\n<p>To do this, connect to your server via SSH first.<\/p>\n<p>Next, navigate to the WordPress root directory. For example, it could be located at: \/var\/www\/html\/wordpress\/.<\/p>\n<p>To make a full archived backup of the entire WordPress site, run the following command:<\/p>\n<pre>tar -cpzf wp-backup.tar.gz \/var\/www\/html\/wordpress\/<\/pre>\n<p>Additionally, you will also need to make a backup of your database. The WordPress database stores all the information about the website like posts, pages, comments, user accounts, plugin configurations etc.<\/p>\n<p>To make a full backup of the WordPress database you can use the following command, followed by the database password:<\/p>\n<pre>mysqldump -u db_user -p db_name &gt; wp_db_backup.sql<\/pre>\n<p>Make sure to change the wp-user and wp-database accordingly with the actual database user and database name.<\/p>\n<p>If you are not sure of the database information that is currently associated with the WordPress site, check the wp-config.php file inside the WordPress root directory and look for the following lines:<\/p>\n<pre>define(&#039;DB_NAME&#039;, &#039;db_name&#039;);\r\ndefine(&#039;DB_USER&#039;, &#039;db_user&#039;); \r\ndefine(&#039;DB_PASSWORD&#039;, &#039;db_password&#039;)<\/pre>\n<p>The backup is now complete and you can start with moving your WordPress site from the subdomain to your root domain.<\/p>\n<h2>2. Update your site URL<\/h2>\n<p>The first thing you need to do before you start moving your WordPress site files is to log in to your WordPress dashboard and change the WordPress address and the Site Address.<\/p>\n<p>Once logged in to the main dashboard, navigate to <strong>Administration &gt; Settings &gt; General.<\/strong><\/p>\n<p>Change the <strong>WordPress address (URL)<\/strong> from &#8220;<em>http:\/\/yourdomain.com\/subdomain<\/em>&#8221; to &#8220;http:\/\/<em>yourdomain.com<\/em>&#8220;.<\/p>\n<p>Change the <strong>Site Address (URL)<\/strong> from &#8220;http:\/\/<em>yourdomain.com\/subdomain<\/em>&#8221; to &#8220;http:\/\/<em>yourdomain.com<\/em>&#8220;.<\/p>\n<p>You can make these changes by editing the wp-config.php file inside your WordPress website directory.<\/p>\n<p>Inside this file add or edit the following lines to:<\/p>\n<pre>define(&#039;WP_HOME&#039;,&#039;http:\/\/yourdomain.com&#039;);\r\ndefine(&#039;WP_SITEURL&#039;,&#039;http:\/\/yourdomain.com&#039;);<\/pre>\n<h2>3. Move the WordPress site files<\/h2>\n<p>The next step is to move all of your WordPress files from the subdomain directory to the root directory.<\/p>\n<p>Depending on the directory structure this folder can be named differently. For example, if the files for the WordPress subdomain were located at <em>\/home\/user\/public_html\/subdomain<\/em> we will need to move the files one level above, in the public_html directory at <em>\/home\/user\/public_html<\/em>. You can do this by using any FTP manager or through the command line with:<\/p>\n<p>mv \/home\/user\/public_html\/subdomain \/home\/user\/public_html<\/p>\n<p>Of course, make sure you use the absolute path to your own WordPress installation depending on your own directory structure on your server where your site is located.<\/p>\n<p>That&#8217;s it. You should now be able to access your login page and login to your dashboard using the new website URL.<\/p>\n<h2>4. Update Permalinks<\/h2>\n<p>If you are using Permalinks, ensure that the link structure is the same with the new website URL.<\/p>\n<p>You can find the Permalinks setting page under <strong>Administration &gt; Settings &gt; Permalinks<\/strong>.<\/p>\n<p>&nbsp;<\/p>\n<p>Moving a WordPress website from a subdomain to the root domain is an easy task if you have a <a href=\"https:\/\/www.linuxcloudvps.com\/cloud-vps.html\">Managed Cloud VPS Hosting with us<\/a>. Feel free to ask our expert Linux Administrators to move the WordPress site from a subdomain to the root domain, and it will be taken care of immediately. They are available 24&#215;7, so you can get the help you need at any time.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>PS<\/strong>.<\/span> Feel free to share this blog post, on\u00a0How to Move WordPress From Subdomain to Root Domain,\u00a0 if you liked it by using the social network shortcuts &#8211; you can also leave a comment instead, found under the share buttons.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we will show you how to properly move your WordPress site from a subdomain to the root domain.<\/p>\n","protected":false},"author":2,"featured_media":716,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-715","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Move WordPress From Subdomain to Root Domain | LinuxCloudVPS Blog<\/title>\n<meta name=\"description\" content=\"In this tutorial, we will show you how to properly move your WordPress site from a subdomain to the root domain. 1. Backup your WordPress site Before we\" \/>\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.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Move WordPress From Subdomain to Root Domain | LinuxCloudVPS Blog\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we will show you how to properly move your WordPress site from a subdomain to the root domain. 1. Backup your WordPress site Before we\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxCloudVPS Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/LinuxCloudVPS\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-02T08:01:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/02\/How-to-Move-WordPress-From-Subdomain-to-Root-Domain.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@LinuxCloudVPS\" \/>\n<meta name=\"twitter:site\" content=\"@LinuxCloudVPS\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a\"},\"headline\":\"How to Move WordPress From Subdomain to Root Domain\",\"datePublished\":\"2018-02-02T08:01:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/\"},\"wordCount\":612,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/02\/How-to-Move-WordPress-From-Subdomain-to-Root-Domain.jpg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/\",\"url\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/\",\"name\":\"How to Move WordPress From Subdomain to Root Domain | LinuxCloudVPS Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/02\/How-to-Move-WordPress-From-Subdomain-to-Root-Domain.jpg\",\"datePublished\":\"2018-02-02T08:01:42+00:00\",\"description\":\"In this tutorial, we will show you how to properly move your WordPress site from a subdomain to the root domain. 1. Backup your WordPress site Before we\",\"breadcrumb\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#primaryimage\",\"url\":\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/02\/How-to-Move-WordPress-From-Subdomain-to-Root-Domain.jpg\",\"contentUrl\":\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/02\/How-to-Move-WordPress-From-Subdomain-to-Root-Domain.jpg\",\"width\":600,\"height\":300,\"caption\":\"How to Move WordPress From Subdomain to Root Domain\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.linuxcloudvps.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Move WordPress From Subdomain to Root Domain\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#website\",\"url\":\"https:\/\/www.linuxcloudvps.com\/blog\/\",\"name\":\"LinuxCloudVPS\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.linuxcloudvps.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#organization\",\"name\":\"LinuxCloudVPS\",\"url\":\"https:\/\/www.linuxcloudvps.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png\",\"contentUrl\":\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png\",\"width\":217,\"height\":25,\"caption\":\"LinuxCloudVPS\"},\"image\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/www.facebook.com\/LinuxCloudVPS\",\"https:\/\/x.com\/LinuxCloudVPS\",\"http:\/\/www.linkedin.com\/company\/linuxcloudvps-com\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/www.linuxcloudvps.com\/\"],\"url\":\"https:\/\/www.linuxcloudvps.com\/blog\/author\/r0s3admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Move WordPress From Subdomain to Root Domain | LinuxCloudVPS Blog","description":"In this tutorial, we will show you how to properly move your WordPress site from a subdomain to the root domain. 1. Backup your WordPress site Before we","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.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/","og_locale":"en_US","og_type":"article","og_title":"How to Move WordPress From Subdomain to Root Domain | LinuxCloudVPS Blog","og_description":"In this tutorial, we will show you how to properly move your WordPress site from a subdomain to the root domain. 1. Backup your WordPress site Before we","og_url":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/","og_site_name":"LinuxCloudVPS Blog","article_publisher":"http:\/\/www.facebook.com\/LinuxCloudVPS","article_published_time":"2018-02-02T08:01:42+00:00","og_image":[{"width":600,"height":300,"url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/02\/How-to-Move-WordPress-From-Subdomain-to-Root-Domain.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@LinuxCloudVPS","twitter_site":"@LinuxCloudVPS","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#article","isPartOf":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/"},"author":{"name":"admin","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a"},"headline":"How to Move WordPress From Subdomain to Root Domain","datePublished":"2018-02-02T08:01:42+00:00","mainEntityOfPage":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/"},"wordCount":612,"commentCount":0,"publisher":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#primaryimage"},"thumbnailUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/02\/How-to-Move-WordPress-From-Subdomain-to-Root-Domain.jpg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/","url":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/","name":"How to Move WordPress From Subdomain to Root Domain | LinuxCloudVPS Blog","isPartOf":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#primaryimage"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#primaryimage"},"thumbnailUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/02\/How-to-Move-WordPress-From-Subdomain-to-Root-Domain.jpg","datePublished":"2018-02-02T08:01:42+00:00","description":"In this tutorial, we will show you how to properly move your WordPress site from a subdomain to the root domain. 1. Backup your WordPress site Before we","breadcrumb":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#primaryimage","url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/02\/How-to-Move-WordPress-From-Subdomain-to-Root-Domain.jpg","contentUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/02\/How-to-Move-WordPress-From-Subdomain-to-Root-Domain.jpg","width":600,"height":300,"caption":"How to Move WordPress From Subdomain to Root Domain"},{"@type":"BreadcrumbList","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-move-wordpress-from-subdomain-to-root-domain\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.linuxcloudvps.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Move WordPress From Subdomain to Root Domain"}]},{"@type":"WebSite","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#website","url":"https:\/\/www.linuxcloudvps.com\/blog\/","name":"LinuxCloudVPS","description":"","publisher":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.linuxcloudvps.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization","name":"LinuxCloudVPS","url":"https:\/\/www.linuxcloudvps.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png","contentUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png","width":217,"height":25,"caption":"LinuxCloudVPS"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/LinuxCloudVPS","https:\/\/x.com\/LinuxCloudVPS","http:\/\/www.linkedin.com\/company\/linuxcloudvps-com"]},{"@type":"Person","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/www.linuxcloudvps.com\/"],"url":"https:\/\/www.linuxcloudvps.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/715","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/comments?post=715"}],"version-history":[{"count":1,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/715\/revisions"}],"predecessor-version":[{"id":717,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/715\/revisions\/717"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/media\/716"}],"wp:attachment":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/media?parent=715"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/categories?post=715"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/tags?post=715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}