{"id":18571,"date":"2025-01-28T09:57:20","date_gmt":"2025-01-28T09:57:20","guid":{"rendered":"https:\/\/truehost.com\/support\/?post_type=docs&#038;p=18571"},"modified":"2025-01-28T09:57:21","modified_gmt":"2025-01-28T09:57:21","password":"","slug":"how-to-deploy-react-app-on-cyberpanel","status":"publish","type":"docs","link":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-react-app-on-cyberpanel\/","title":{"rendered":"How to Deploy a React App on Cyberpanel: A Step-by-Step Guide"},"content":{"rendered":"\n<p>Deploying a React App on CyberPanel is a straightforward process that can be completed in just a few steps. Whether you\u2019re a beginner or an experienced developer, this guide will walk you through the entire process, from building your React app to making it live on CyberPanel.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Prerequisites<\/h3>\n\n\n\n<p>Before you begin, ensure you have the following:<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li>A React app ready for deployment.<\/li>\n\n\n\n<li>Access to a CyberPanel account with a hosted domain or subdomain.<\/li>\n\n\n\n<li>Basic knowledge of file management in CyberPanel.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Add the Homepage (Domain) URL to Your package.json File<\/h3>\n\n\n\n<p>First, open up your React app project. Locate and open your <code>package.json<\/code> file. Add a \u201chomepage\u201d attribute as shown below:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"homepage\": \"http:\/\/yourdomainname.whatever\"\n}<\/code><\/pre>\n\n\n\n<p>Replace <code>http:\/\/yourdomainname.whatever<\/code> with your domain or subdomain.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"917\" height=\"307\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R2-1.png\" alt=\"\" class=\"wp-image-18575\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R2-1.png 917w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R2-1-300x100.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R2-1-768x257.png 768w\" sizes=\"auto, (max-width: 917px) 100vw, 917px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Create the Build Folder<\/h3>\n\n\n\n<p>To create a production-ready build of your React app, run the following command in your project directory:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm run build<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R3-1024x576.png\" alt=\"\" class=\"wp-image-18576\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R3-1024x576.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R3-300x169.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R3-768x432.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R3.png 1209w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>You\u2019ll notice a new directory named <code>build<\/code> in your project. The <code>build<\/code> folder contains optimized files ready for deployment.<\/p>\n\n\n\n<p>Now, generate a ZIP file of the <code>build<\/code> folder to prepare it for upload.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"777\" height=\"544\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R4-1.png\" alt=\"\" class=\"wp-image-18578\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R4-1.png 777w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R4-1-300x210.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R4-1-768x538.png 768w\" sizes=\"auto, (max-width: 777px) 100vw, 777px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Access CyberPanel and Create a Website<\/h3>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li>Log in to your CyberPanel account.<\/li>\n\n\n\n<li>Navigate to <strong>Websites > Create Website<\/strong>.<\/li>\n\n\n\n<li>Fill out the required fields (domain name, email, and PHP version) and click <strong>Create Website<\/strong>.<\/li>\n<\/ol>\n\n\n\n<p>If your domain or subdomain already exists, skip this step.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Upload and Extract the Build Folder<\/h3>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li>In CyberPanel, go to <strong>Websites > List Websites<\/strong> and select <strong>File Manager<\/strong> for your domain.<\/li>\n\n\n\n<li>Navigate to the root directory of your domain (e.g., <code>\/public_html<\/code>).<\/li>\n\n\n\n<li>Upload the ZIP file containing your <code>build<\/code> folder.<\/li>\n\n\n\n<li>Once uploaded, extract the ZIP file.<\/li>\n\n\n\n<li>Move all files from the <code>build<\/code> folder to the root directory of your domain (e.g., <code>\/public_html<\/code>).<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"367\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R5-1024x367.png\" alt=\"\" class=\"wp-image-18579\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R5-1024x367.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R5-300x107.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R5-768x275.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R5.png 1318w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Add an .htaccess File for Routing<\/h3>\n\n\n\n<p>To handle client-side routing with React Router, create an <code>.htaccess<\/code> file in the root directory (<code>\/public_html<\/code>) with the following content:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;IfModule mod_rewrite.c&gt;\n  RewriteEngine On\n  RewriteBase \/\n  RewriteRule ^index\\.html$ - &#91;L]\n  RewriteCond %{REQUEST_FILENAME} !-f\n  RewriteCond %{REQUEST_FILENAME} !-d\n  RewriteRule . \/index.html &#91;L]\n&lt;\/IfModule&gt;<\/code><\/pre>\n\n\n\n<p>This ensures proper routing and prevents 404 errors when accessing other pages of your React app.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6: Test Your Deployment<\/h3>\n\n\n\n<p>Visit your domain or subdomain in a browser to see your React app live. If you encounter a 404 error, double-check the <code>.htaccess<\/code> file and ensure all files are correctly placed in the root directory.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"498\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R6-1024x498.png\" alt=\"\" class=\"wp-image-18580\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R6-1024x498.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R6-300x146.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R6-768x374.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R6.png 1089w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Additional Guide: Automating Deployment with GitHub Actions<\/h3>\n\n\n\n<p>For seamless deployment, consider automating the process using GitHub Actions. This allows you to push updates to your repository and automatically deploy them to your server.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p>Deploying a React app on CyberPanel is simple and efficient. By following this guide, you can have your app up and running in no time. Share your experience or questions in the comments below!<\/p>\n\n\n\n<p>All done. Congratulations! You\u2019ve successfully hosted your React app on CyberPanel.<\/p>\n\n\n\n<p>Happy Hosting!!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Deploying a React App on CyberPanel is a straightforward process that can be completed in just a few steps. Whether you\u2019re a beginner or an experienced developer, this guide will walk you through the entire process, from building your React app to making it live on CyberPanel. Prerequisites Before you begin, ensure you have the [&hellip;]<\/p>\n","protected":false},"author":24,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_eb_attr":"","_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"doc_category":[2121],"doc_tag":[],"class_list":["post-18571","docs","type-docs","status-publish","hentry","doc_category-cyberpanel"],"year_month":"2026-07","word_count":485,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"Kibera","author_nicename":"dan-k","author_url":"https:\/\/truehost.com\/support\/author\/dan-k\/"},"doc_category_info":[{"term_name":"Cyberpanel","term_url":"https:\/\/truehost.com\/support\/docs-category\/cyberpanel\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Deploy a React App on Cyberpanel: A Step-by-Step Guide -<\/title>\n<meta name=\"description\" content=\"Learn how to deploy a React Application on Cyberpanel with this step-by-step guide. Perfect for developers alike.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-react-app-on-cyberpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Deploy a React App on Cyberpanel: A Step-by-Step Guide -\" \/>\n<meta property=\"og:description\" content=\"Learn how to deploy a React Application on Cyberpanel with this step-by-step guide. Perfect for developers alike.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-react-app-on-cyberpanel\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-28T09:57:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R2-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-react-app-on-cyberpanel\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-react-app-on-cyberpanel\\\/\",\"name\":\"How to Deploy a React App on Cyberpanel: A Step-by-Step Guide -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-react-app-on-cyberpanel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-react-app-on-cyberpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/R2-1.png\",\"datePublished\":\"2025-01-28T09:57:20+00:00\",\"dateModified\":\"2025-01-28T09:57:21+00:00\",\"description\":\"Learn how to deploy a React Application on Cyberpanel with this step-by-step guide. Perfect for developers alike.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-react-app-on-cyberpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-react-app-on-cyberpanel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-react-app-on-cyberpanel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/R2-1.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/R2-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-react-app-on-cyberpanel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truehost.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Deploy a React App on Cyberpanel: A Step-by-Step Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"name\":\"\",\"description\":\"Help In a Click\",\"publisher\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/truehost.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\",\"name\":\"Truehost Kenya\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"width\":240,\"height\":48,\"caption\":\"Truehost Kenya\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Deploy a React App on Cyberpanel: A Step-by-Step Guide -","description":"Learn how to deploy a React Application on Cyberpanel with this step-by-step guide. Perfect for developers alike.","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:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-react-app-on-cyberpanel\/","og_locale":"en_US","og_type":"article","og_title":"How to Deploy a React App on Cyberpanel: A Step-by-Step Guide -","og_description":"Learn how to deploy a React Application on Cyberpanel with this step-by-step guide. Perfect for developers alike.","og_url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-react-app-on-cyberpanel\/","article_modified_time":"2025-01-28T09:57:21+00:00","og_image":[{"url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R2-1.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-react-app-on-cyberpanel\/","url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-react-app-on-cyberpanel\/","name":"How to Deploy a React App on Cyberpanel: A Step-by-Step Guide -","isPartOf":{"@id":"https:\/\/truehost.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-react-app-on-cyberpanel\/#primaryimage"},"image":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-react-app-on-cyberpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R2-1.png","datePublished":"2025-01-28T09:57:20+00:00","dateModified":"2025-01-28T09:57:21+00:00","description":"Learn how to deploy a React Application on Cyberpanel with this step-by-step guide. Perfect for developers alike.","breadcrumb":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-react-app-on-cyberpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-react-app-on-cyberpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-react-app-on-cyberpanel\/#primaryimage","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R2-1.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/R2-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-react-app-on-cyberpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truehost.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Deploy a React App on Cyberpanel: A Step-by-Step Guide"}]},{"@type":"WebSite","@id":"https:\/\/truehost.com\/support\/#website","url":"https:\/\/truehost.com\/support\/","name":"","description":"Help In a Click","publisher":{"@id":"https:\/\/truehost.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/truehost.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/truehost.com\/support\/#organization","name":"Truehost Kenya","url":"https:\/\/truehost.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","width":240,"height":48,"caption":"Truehost Kenya"},"image":{"@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/18571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/comments?post=18571"}],"version-history":[{"count":2,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/18571\/revisions"}],"predecessor-version":[{"id":18581,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/18571\/revisions\/18581"}],"wp:attachment":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/media?parent=18571"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_category?post=18571"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_tag?post=18571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}