{"id":18238,"date":"2024-12-10T11:43:27","date_gmt":"2024-12-10T11:43:27","guid":{"rendered":"https:\/\/truehost.com\/support\/?post_type=docs&#038;p=18238"},"modified":"2024-12-10T11:43:28","modified_gmt":"2024-12-10T11:43:28","password":"","slug":"how-to-deploy-laravel-on-cyberpanel-vps","status":"publish","type":"docs","link":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-laravel-on-cyberpanel-vps\/","title":{"rendered":"How to Deploy Laravel on Cyberpanel VPS"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p>Deploying Laravel on a cyberpanel Server is a seamless process that can be achieved by following the steps below.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1.  Create a website on Cyberpanel<\/strong><\/h3>\n\n\n\n<p>Go to Cyberpanel ->  Websites -> Create Website.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"968\" height=\"536\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-158.png\" alt=\"\" class=\"wp-image-18239\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-158.png 968w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-158-300x166.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-158-768x425.png 768w\" sizes=\"auto, (max-width: 968px) 100vw, 968px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2: Upload your website Files to Cyberpanel.<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"537\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-159-1024x537.png\" alt=\"\" class=\"wp-image-18240\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-159-1024x537.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-159-300x157.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-159-768x402.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-159.png 1210w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3: Extract the uploaded files<\/strong><\/h3>\n\n\n\n<p>Extract the files and then move them to the public_html directory of your application.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"268\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-160-1024x268.png\" alt=\"\" class=\"wp-image-18241\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-160-1024x268.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-160-300x78.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-160-768x201.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-160.png 1193w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Move the files<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"406\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-162-1024x406.png\" alt=\"\" class=\"wp-image-18243\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-162-1024x406.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-162-300x119.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-162-768x304.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-162.png 1148w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4: Create a .htaccess <\/strong><\/h3>\n\n\n\n<p>Create a .htacess file and add the code snipped below so as to redirect to <strong>public<\/strong> folder inside your <strong>public_html<\/strong> folder<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-163-1024x321.png\" alt=\"\" class=\"wp-image-18244\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-163-1024x321.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-163-300x94.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-163-768x241.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-163.png 1078w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Code snippet.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;IfModule mod_rewrite.c>\n    RewriteEngine On\n    RewriteBase \/\n    RewriteRule ^$ public\/index.php &#91;L]\n    RewriteRule ^((?!public\/).*)$ public\/$1 &#91;L,NC]\n&lt;\/IfModule><\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 5: Access your site. <\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"963\" height=\"593\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-166.png\" alt=\"\" class=\"wp-image-18247\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-166.png 963w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-166-300x185.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-166-768x473.png 768w\" sizes=\"auto, (max-width: 963px) 100vw, 963px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 6: Troubleshooting (In case of Issues)<\/strong><\/h3>\n\n\n\n<p>To troubleshoot errors<\/p>\n\n\n\n<p>Error 404 &#8211; Ensure you&#8217;ve added the code snippet in your .htacess file.<\/p>\n\n\n\n<p>Fix File permissions on Cyberpanel<\/p>\n\n\n\n<p>Error 500.<\/p>\n\n\n\n<p>You may need to enable debug so as to troubleshoot error 500.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>In Laravel, you can do this in 2 files below.<\/p>\n\n\n\n<p>a) .env file <\/p>\n\n\n\n<p>Open the .env file and locate the APP_DEBUG and change this from false to true.<\/p>\n\n\n\n<p>Once done, revert back the changes.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"363\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-164-1024x363.png\" alt=\"\" class=\"wp-image-18245\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-164-1024x363.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-164-300x106.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-164-768x272.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-164.png 1072w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p> b) Open config\/app.php file and locate <\/p>\n\n\n\n<p><strong><code>'debug' => (bool) env('APP_DEBUG', false),<\/code><\/strong><\/p>\n\n\n\n<p>Change the value to true.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"481\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-165-1024x481.png\" alt=\"\" class=\"wp-image-18246\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-165-1024x481.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-165-300x141.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-165-768x361.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-165.png 1271w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>You can also try clearing cache using commands below<\/p>\n\n\n\n<p><strong><code>php artisan config:cache<\/code><\/strong><\/p>\n\n\n\n<p><strong><code>php artisan config:clear<\/code><\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Congratulations, You&#8217;ve successfully deployed your Laravel application on Cyberpanel.<\/p>\n\n\n\n<p>Happy Hosting!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Deploying Laravel on a cyberpanel Server is a seamless process that can be achieved by following the steps below. Step 1. Create a website on Cyberpanel Go to Cyberpanel -> Websites -> Create Website. Step 2: Upload your website Files to Cyberpanel. Step 3: Extract the uploaded files Extract the files and then move them [&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-18238","docs","type-docs","status-publish","hentry","doc_category-cyberpanel"],"year_month":"2026-07","word_count":234,"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 Laravel on Cyberpanel VPS -<\/title>\n<meta name=\"description\" content=\"Deploying Laravel on a cyberpanel Server is a seamless process that can be achieved by following the steps below.\" \/>\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-laravel-on-cyberpanel-vps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Deploy Laravel on Cyberpanel VPS -\" \/>\n<meta property=\"og:description\" content=\"Deploying Laravel on a cyberpanel Server is a seamless process that can be achieved by following the steps below.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-laravel-on-cyberpanel-vps\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-10T11:43:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-158.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-laravel-on-cyberpanel-vps\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-laravel-on-cyberpanel-vps\\\/\",\"name\":\"How to Deploy Laravel on Cyberpanel VPS -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-laravel-on-cyberpanel-vps\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-laravel-on-cyberpanel-vps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/image-158.png\",\"datePublished\":\"2024-12-10T11:43:27+00:00\",\"dateModified\":\"2024-12-10T11:43:28+00:00\",\"description\":\"Deploying Laravel on a cyberpanel Server is a seamless process that can be achieved by following the steps below.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-laravel-on-cyberpanel-vps\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-laravel-on-cyberpanel-vps\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-laravel-on-cyberpanel-vps\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/image-158.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/image-158.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-deploy-laravel-on-cyberpanel-vps\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truehost.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Deploy Laravel on Cyberpanel VPS\"}]},{\"@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 Laravel on Cyberpanel VPS -","description":"Deploying Laravel on a cyberpanel Server is a seamless process that can be achieved by following the steps below.","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-laravel-on-cyberpanel-vps\/","og_locale":"en_US","og_type":"article","og_title":"How to Deploy Laravel on Cyberpanel VPS -","og_description":"Deploying Laravel on a cyberpanel Server is a seamless process that can be achieved by following the steps below.","og_url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-laravel-on-cyberpanel-vps\/","article_modified_time":"2024-12-10T11:43:28+00:00","og_image":[{"url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-158.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-laravel-on-cyberpanel-vps\/","url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-laravel-on-cyberpanel-vps\/","name":"How to Deploy Laravel on Cyberpanel VPS -","isPartOf":{"@id":"https:\/\/truehost.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-laravel-on-cyberpanel-vps\/#primaryimage"},"image":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-laravel-on-cyberpanel-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-158.png","datePublished":"2024-12-10T11:43:27+00:00","dateModified":"2024-12-10T11:43:28+00:00","description":"Deploying Laravel on a cyberpanel Server is a seamless process that can be achieved by following the steps below.","breadcrumb":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-laravel-on-cyberpanel-vps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-laravel-on-cyberpanel-vps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-laravel-on-cyberpanel-vps\/#primaryimage","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-158.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/12\/image-158.png"},{"@type":"BreadcrumbList","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-deploy-laravel-on-cyberpanel-vps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truehost.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Deploy Laravel on Cyberpanel VPS"}]},{"@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\/18238","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=18238"}],"version-history":[{"count":1,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/18238\/revisions"}],"predecessor-version":[{"id":18248,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/18238\/revisions\/18248"}],"wp:attachment":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/media?parent=18238"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_category?post=18238"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_tag?post=18238"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}