{"id":25148,"date":"2022-02-16T13:04:58","date_gmt":"2022-02-16T13:04:58","guid":{"rendered":"https:\/\/1-grid.com\/knowledge\/?p=25148"},"modified":"2023-11-06T20:23:49","modified_gmt":"2023-11-06T20:23:49","slug":"whm-how-to-create-custom-cpanel-login-pages-for-resellers","status":"publish","type":"ht_kb","link":"https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/","title":{"rendered":"WHM: How to create custom cPanel login pages for Resellers"},"content":{"rendered":"<article id=\"article-body\" class=\"article-body\">\n<blockquote><p><span style=\"font-family: Helvetica, sans-serif; color: #000000;\">This article provides you with steps to create customer login pages for your clients if you are a Reseller on a Business VPS.<\/span><\/p><\/blockquote>\n<p><span style=\"font-family: Helvetica,sans-serif;\">\u00a0<\/span><\/p>\n<p><span style=\"font-family: Helvetica,sans-serif;\">\u00a0<\/span><\/p>\n<p><span style=\"font-family: Helvetica,sans-serif;\"><span style=\"color: #000000;\"><strong>INFO:\u00a0<\/strong>You must have the WildCard SSL Certificate installed on your account for this to work. Please see<\/span> <a href=\"https:\/\/1-grid.com\/knowledge\/customer-zone-how-do-i-order-a-new-ssl\/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Purchase a \u00a0SSL \u00a0here.<\/a><\/span><\/p>\n<p><span style=\"font-family: Helvetica,sans-serif;\">\u00a0<\/span><\/p>\n<p><span style=\"font-family: Helvetica,sans-serif;\">\u00a0<\/span><\/p>\n<p><span style=\"font-family: Helvetica, sans-serif; color: #000000;\"><span style=\"font-size: 24px;\"><strong>Setup the .htaccess file<\/strong><\/span><\/span><\/p>\n<p><span style=\"font-family: Helvetica, sans-serif; color: #000000;\">For each domain account you would like to setup a custom login page you will need to setup an htaccess file in the domain&#8217;s root directory (public_html).<\/span><\/p>\n<p><span style=\"font-family: Helvetica, sans-serif; color: #000000;\">Below is the code that would need to be added to the .htaccess file.<\/span><\/p>\n<pre style=\"box-sizing: border-box; margin: 1em 0px; padding: 2em; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5em inset; white-space: pre-wrap; overflow-wrap: break-word; font-size: 0.9em; color: #666666; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 100; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;\"><span style=\"font-family: Helvetica,sans-serif;\"># This is the code that handles login., cpanel., and webmail.\n            RewriteEngine On\n            RewriteCond %{HTTP_HOST} ^login\\. [NC,OR]\n            RewriteCond %{HTTP_HOST} ^cpanel\\. [NC,OR]\n            RewriteCond %{HTTP_HOST} ^webmail\\. [NC]\n            RewriteCond %{REQUEST_URI} !^\/(cgi-sys|rhost_login)\n            RewriteRule ^(.*)$ \/cgi-sys\/login.cgi [NC,L]<\/span><\/pre>\n<p><span style=\"font-family: Helvetica,sans-serif;\">\u00a0<\/span><\/p>\n<h3><span style=\"font-size: 24px; font-family: Helvetica, sans-serif; color: #000000;\"><strong>Creating the custom login page<\/strong><\/span><\/h3>\n<p><span style=\"color: #000000;\">The custom login page will need to be placed in the ~\/public_html\/login\/default.html file. Your customers would login at<\/span> http:\/\/example.com\/login\/.<\/p>\n<p><span style=\"color: #000000;\">The following are the required lines that must be included in your <strong>form<\/strong>. You may style the page as you wish, but the following information must be included.<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>INFO<\/strong>: You must have the WildCard SSL Certificate installed on your account for this to work. Please see<\/span><a href=\"https:\/\/1-grid.com\/knowledge\/customer-zone-how-do-i-order-a-new-ssl\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u00a0&#8220;How to Purchase a Sectigo Private SSL&#8221;\u00a0<\/a><\/p>\n<pre style=\"box-sizing: border-box; margin: 1em 0px; padding: 2em; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5em inset; white-space: pre-wrap; overflow-wrap: break-word; font-size: 0.9em; color: #666666; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 100; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">            \u00a0\u00a0\u00a0<span style=\"font-family: Helvetica,sans-serif;\"> &lt;form action=\"\/cgi-sys\/login.cgi\" method=\"POST\"&gt;<\/span>\n<\/pre>\n<p><span style=\"color: #000000;\">The action must be \/cgi-sys\/login.cgi and the method must be POST<\/span><\/p>\n<pre style=\"box-sizing: border-box; margin: 1em 0px; padding: 2em; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5em inset; white-space: pre-wrap; overflow-wrap: break-word; font-size: 0.9em; color: #666666; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 100; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">            <span style=\"font-family: Helvetica,sans-serif;\">\u00a0 \u00a0 &lt;input class=\"lti\" name=\"user\" value=\"\"&gt;<\/span>\n<\/pre>\n<p><span style=\"color: #000000;\">The user field, the name must be user. class and value are optional, value should be set to &#8220;&#8221; if used at all<\/span><\/p>\n<pre style=\"box-sizing: border-box; margin: 1em 0px; padding: 2em; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5em inset; white-space: pre-wrap; overflow-wrap: break-word; font-size: 0.9em; color: #666666; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 100; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">            \u00a0\u00a0\u00a0\u00a0&lt;input class=\"lti\" name=\"pass\" type=\"password\" value=\"\"&gt;\n<\/pre>\n<p><span style=\"color: #000000;\">The pass field, the name must be pass and the type must be password. class and value are optional, value should be set to &#8220;&#8221; if used at all.<\/span><\/p>\n<pre style=\"box-sizing: border-box; margin: 1em 0px; padding: 2em; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5em inset; white-space: pre-wrap; overflow-wrap: break-word; font-size: 0.9em; color: #666666; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 100; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">                   <span style=\"font-family: Helvetica,sans-serif;\">\u00a0 &lt;input type=\"hidden\" name=\"goto_uri\" value=\"\/cpanel\"&gt;<\/span>\n<\/pre>\n<p><span style=\"color: #000000;\">The name MUST be goto_uri, and the value MUST be &#8220;\/cpanel&#8221; including the preceding \/ and the type MUST be hidden. If this field is not present or set properly, the login will not work.<\/span><\/p>\n<pre style=\"box-sizing: border-box; margin: 1em 0px; padding: 2em; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5em inset; white-space: pre-wrap; overflow-wrap: break-word; font-size: 0.9em; color: #666666; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 100; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">            \u00a0\u00a0\u00a0<span style=\"font-family: Helvetica,sans-serif;\"> &lt;input id=\"login_button\" type=\"submit\" value=\"Login\"&gt;<\/span>\n<\/pre>\n<p><span style=\"color: #000000;\">The submit button, type must be submit, however any other attributes can be modified.<\/span><\/p>\n<pre style=\"box-sizing: border-box; margin: 1em 0px; padding: 2em; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5em inset; white-space: pre-wrap; overflow-wrap: break-word; font-size: 0.9em; color: #666666; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 100; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">            \u00a0<span style=\"font-family: Helvetica,sans-serif;\">\u00a0 \u00a0&lt;span class=\"error\" id=\"general_error\"&gt;&lt;\/span&gt;<\/span>\n<\/pre>\n<p><span style=\"color: #000000;\">This tag is optional but highly recommended. Any errors generated during the login process are sent to this element. You may stylize this as you wish, but the ID must be general_error.<\/span><\/p>\n<hr \/>\n<p><strong style=\"box-sizing: border-box; font-weight: bold; color: #333333; font-family: Tahoma, Verdana, Segoe, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #fefefe;\"><span style=\"font-family: Helvetica, sans-serif; color: #000000;\">TIP:<\/span><\/strong><span style=\"font-family: Helvetica, sans-serif; color: #000000;\"><span style=\"font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #fefefe; float: none; display: inline !important;\">\u00a0To see more articles related to WHM please see this category\u00a0<\/span><a style=\"box-sizing: border-box; background-color: #fefefe; color: #2753d7; text-decoration: none; font-family: Tahoma, Verdana, Segoe, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;\" href=\"https:\/\/1-grid.com\/knowledge\/whm-how-do-i-login\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a><span style=\"font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #fefefe; float: none; display: inline !important;\">.<\/span>\u00a0<\/span><\/p>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>This article provides you with steps to create customer login pages for your clients if you are a Reseller on a Business VPS. \u00a0 \u00a0 INFO:\u00a0You must have the WildCard SSL Certificate installed on your account for this to work. Please see How to Purchase a \u00a0SSL \u00a0here. \u00a0 \u00a0&#8230;<\/p>\n","protected":false},"author":21,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"ht-kb-category":[1198],"ht-kb-tag":[232,238,247,258,420,480,585,1217,718,846,1299,1131],"class_list":["post-25148","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-cpanel","ht_kb_tag-control","ht_kb_tag-cpanel","ht_kb_tag-create","ht_kb_tag-custom","ht_kb_tag-for","ht_kb_tag-how-to","ht_kb_tag-login","ht_kb_tag-pages","ht_kb_tag-panel","ht_kb_tag-reseller","ht_kb_tag-resellers","ht_kb_tag-whm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>WHM: How to create custom cPanel login pages for Resellers -<\/title>\n<meta name=\"description\" content=\"This article provides you with steps to create customer login pages for your clients if you are a Reseller on a Business VPS.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WHM: How to create custom cPanel login pages for Resellers -\" \/>\n<meta property=\"og:description\" content=\"This article provides you with steps to create customer login pages for your clients if you are a Reseller on a Business VPS.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/\" \/>\n<meta property=\"og:site_name\" content=\"1-grid Knowledge Base\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/1grid.co.za\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-06T20:23:49+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@1grid_hosting\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/\",\"url\":\"https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/\",\"name\":\"WHM: How to create custom cPanel login pages for Resellers -\",\"isPartOf\":{\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#website\"},\"datePublished\":\"2022-02-16T13:04:58+00:00\",\"dateModified\":\"2023-11-06T20:23:49+00:00\",\"description\":\"This article provides you with steps to create customer login pages for your clients if you are a Reseller on a Business VPS.\",\"breadcrumb\":{\"@id\":\"https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/1grid.co.za\/knowledge\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WHM: How to create custom cPanel login pages for Resellers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#website\",\"url\":\"https:\/\/1grid.co.za\/knowledge\/\",\"name\":\"1-Grid Domain Hosting Knowledge Base\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/1grid.co.za\/knowledge\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#organization\",\"name\":\"1-Grid Domain Hosting Knowledge Base\",\"url\":\"https:\/\/1grid.co.za\/knowledge\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/1grid.co.za\/knowledge\/wp-content\/uploads\/2023\/01\/1-grid-logo-color.svg\",\"contentUrl\":\"https:\/\/1grid.co.za\/knowledge\/wp-content\/uploads\/2023\/01\/1-grid-logo-color.svg\",\"width\":100,\"height\":100,\"caption\":\"1-Grid Domain Hosting Knowledge Base\"},\"image\":{\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/1grid.co.za\/\",\"https:\/\/twitter.com\/1grid_hosting\",\"https:\/\/www.instagram.com\/1grid_hosting\/\",\"https:\/\/za.linkedin.com\/company\/1-grid\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WHM: How to create custom cPanel login pages for Resellers -","description":"This article provides you with steps to create customer login pages for your clients if you are a Reseller on a Business VPS.","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:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/","og_locale":"en_US","og_type":"article","og_title":"WHM: How to create custom cPanel login pages for Resellers -","og_description":"This article provides you with steps to create customer login pages for your clients if you are a Reseller on a Business VPS.","og_url":"https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/","og_site_name":"1-grid Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/1grid.co.za\/","article_modified_time":"2023-11-06T20:23:49+00:00","twitter_card":"summary_large_image","twitter_site":"@1grid_hosting","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/","url":"https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/","name":"WHM: How to create custom cPanel login pages for Resellers -","isPartOf":{"@id":"https:\/\/1grid.co.za\/knowledge\/#website"},"datePublished":"2022-02-16T13:04:58+00:00","dateModified":"2023-11-06T20:23:49+00:00","description":"This article provides you with steps to create customer login pages for your clients if you are a Reseller on a Business VPS.","breadcrumb":{"@id":"https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/1grid.co.za\/knowledge\/whm-how-to-create-custom-cpanel-login-pages-for-resellers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/1grid.co.za\/knowledge\/"},{"@type":"ListItem","position":2,"name":"WHM: How to create custom cPanel login pages for Resellers"}]},{"@type":"WebSite","@id":"https:\/\/1grid.co.za\/knowledge\/#website","url":"https:\/\/1grid.co.za\/knowledge\/","name":"1-Grid Domain Hosting Knowledge Base","description":"","publisher":{"@id":"https:\/\/1grid.co.za\/knowledge\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/1grid.co.za\/knowledge\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/1grid.co.za\/knowledge\/#organization","name":"1-Grid Domain Hosting Knowledge Base","url":"https:\/\/1grid.co.za\/knowledge\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/1grid.co.za\/knowledge\/#\/schema\/logo\/image\/","url":"https:\/\/1grid.co.za\/knowledge\/wp-content\/uploads\/2023\/01\/1-grid-logo-color.svg","contentUrl":"https:\/\/1grid.co.za\/knowledge\/wp-content\/uploads\/2023\/01\/1-grid-logo-color.svg","width":100,"height":100,"caption":"1-Grid Domain Hosting Knowledge Base"},"image":{"@id":"https:\/\/1grid.co.za\/knowledge\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/1grid.co.za\/","https:\/\/twitter.com\/1grid_hosting","https:\/\/www.instagram.com\/1grid_hosting\/","https:\/\/za.linkedin.com\/company\/1-grid"]}]}},"_links":{"self":[{"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb\/25148","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/comments?post=25148"}],"version-history":[{"count":4,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb\/25148\/revisions"}],"predecessor-version":[{"id":33034,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb\/25148\/revisions\/33034"}],"wp:attachment":[{"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/media?parent=25148"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb-category?post=25148"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb-tag?post=25148"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}