{"id":17176,"date":"2026-01-02T18:04:37","date_gmt":"2026-01-02T12:34:37","guid":{"rendered":"https:\/\/www.skynats.com\/?p=17176"},"modified":"2026-01-02T18:23:56","modified_gmt":"2026-01-02T12:53:56","slug":"how-to-change-the-document-root-of-a-domain-in-a-cpanel-server","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\/","title":{"rendered":"How to Change the Document Root of a Domain in a cPanel Server"},"content":{"rendered":"\n<p>When managing a website on a cPanel server, you may sometimes need to change the document root \u2014 the directory where your domain loads its files. This is common when restructuring a project, migrating applications, or setting up a custom framework such as Laravel, React, or Angular. In this guide, we\u2019ll walk through all the practical ways to change document root in <a href=\"https:\/\/www.cpanel.net\/\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-secondary-color\">cPanel<\/mark><\/a> server, including the WHM method and the technical Method 2: Editing \/var\/cpanel\/userdata\/ files on the server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-why-change-the-document-root-in-cpanel\">Why Change the Document Root in cPanel?<\/h2>\n\n\n\n<p>You may need this when:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Deploying applications with a public folder (Laravel, frameworks).<\/li>\n\n\n\n<li>Hosting multiple applications under the same account.<\/li>\n\n\n\n<li>Moving a website to a new location.<\/li>\n\n\n\n<li>Security hardening (moving core files outside public_html).<\/li>\n\n\n\n<li>Testing staging sites.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-method-1-change-document-root-from-whm-recommended-for-root-users\">METHOD 1: Change Document Root from WHM (Recommended for Root Users)<\/h3>\n\n\n\n<p>If you have WHM access (root\/ reseller), this is the easiest method.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-steps\"><strong>Steps<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\" id=\"h-1-log-in-to-whm\"><strong>1. Log in to WHM<\/strong><\/h4>\n\n\n\n<p>Access WHM using:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;your-server-ip:2087<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\"><strong>2. Search for \u201cManage User Domains\u201d<\/strong><\/h4>\n\n\n\n<p>Go to:<\/p>\n\n\n\n<p>WHM \u2192 Account Functions \u2192 Manage User Domains<\/p>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\"><strong>3. Locate the Domain<\/strong><\/h4>\n\n\n\n<p>Find the domain you want to modify.<\/p>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\"><strong>4. Update the Document Root<\/strong><\/h4>\n\n\n\n<p>Replace the existing document root (e.g., <strong>\/home\/user\/public_html<\/strong>) with your desired directory, such as:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/home\/user\/newsite\/public<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\"><strong>5. Save Changes<\/strong><\/h4>\n\n\n\n<p>Click <strong>Save<\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\"><strong>6. Rebuild Apache Config &amp; Restart Services<\/strong><\/h4>\n\n\n\n<p>If not done automatically, run the following commands via SSH:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/scripts\/rebuildhttpdconf\n\/scripts\/restartsrv_httpd<\/code><\/pre>\n\n\n\n<p>Your new document root is now active.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\">METHOD 2: Change Document Root by Editing \/var\/cpanel\/userdata\/ Files (Advanced Method)<\/h3>\n\n\n\n<p>This method is useful when:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WHM doesn\u2019t allow the change.<\/li>\n\n\n\n<li>You have customized configurations.<\/li>\n\n\n\n<li>The system is showing mapping conflicts.<\/li>\n\n\n\n<li>You want full control and root-level tuning.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\">Steps<\/h3>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\"><strong>1. SSH into the Server<\/strong><\/h4>\n\n\n\n<p>Login as <strong>root<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh root@your-server-ip<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\"><strong>2. Locate Userdata Files<\/strong><\/h4>\n\n\n\n<p>Each cPanel account has config files located at:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/var\/cpanel\/userdata\/USERNAME\/<\/code><\/pre>\n\n\n\n<p>Inside, you will find files like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>domain.com<\/li>\n\n\n\n<li>domain.com_SSL<\/li>\n\n\n\n<li>main<\/li>\n\n\n\n<li>main_SSL<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\"><strong>3. Edit the Domain File<\/strong><\/h4>\n\n\n\n<p>Open the domain file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>vim \/var\/cpanel\/userdata\/USERNAME\/domain.com<\/code><\/pre>\n\n\n\n<p>Look for:<\/p>\n\n\n\n<p>documentroot: \/home\/USERNAME\/public_html<\/p>\n\n\n\n<p>Change it to your new directory:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>documentroot: \/home\/USERNAME\/newproject\/public<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\" id=\"h-4-edit-the-ssl-version-too\">4. Edit the SSL Version Too<\/h4>\n\n\n\n<p>Update:<\/p>\n\n\n\n<p>documentroot: \/home\/USERNAME\/newproject\/public<\/p>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\" id=\"h-5-rebuild-the-apache-configuration\">5. Rebuild the Apache Configuration<\/h4>\n\n\n\n<p>Run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/scripts\/rebuildhttpdconf<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\" id=\"h-6-restart-apache\">6. Restart Apache<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\/scripts\/restartsrv_httpd<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\" id=\"h-7-rebuild-userdata-cache-optional-but-recommended\">7. Rebuild Userdata Cache (Optional but Recommended)<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\/usr\/local\/cpanel\/bin\/userdata_update<\/code><\/pre>\n\n\n\n<p>After this, your domain will start loading from the new document root.<br>&nbsp;Important Notes<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ensure the new document root directory has correct permissions (usually <strong>755<\/strong>).<\/li>\n\n\n\n<li>Clear browser and CDN cache if changes do not reflect.<\/li>\n\n\n\n<li>Always take a backup of the old userdata files before editing.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\">Conclusion<\/h2>\n\n\n\n<p>Changing the document root in a cPanel server is simple when using WHM, but even without WHM, advanced users can modify the configuration manually through \/var\/cpanel\/userdata\/. Both methods are safe and effective when done correctly.<\/p>\n\n\n\n<p>Whether you&#8217;re deploying a new application, reorganizing files, or improving security, updating the document root ensures your site loads exactly from the location you want.<\/p>\n\n\n\n<p>Changing the document root in cPanel can be a simple task, but incorrect configurations may lead to website downtime or errors. If you prefer expert assistance or want to avoid potential risks, our experienced team is here to help. With our reliable <a href=\"https:\/\/www.skynats.com\/cpanel-server-management\/\">cPanel Server Management Services<\/a>, we ensure secure server configurations, seamless domain management, and uninterrupted website performance.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When managing a website on a cPanel server, you may sometimes need to change the document root \u2014 the directory where your domain loads its files. This is common when restructuring a project, migrating applications, or setting up a custom framework such as Laravel, React, or Angular. In this guide, we\u2019ll walk through all the [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[1203,1083],"class_list":["post-17176","post","type-post","status-publish","format-standard","hentry","category-blog","tag-change-document-root-in-cpanel","tag-cpanel-server-management-services"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Change document root in cPanel for Any Domain Easily<\/title>\n<meta name=\"description\" content=\"Change document root in cPanel easily with our step-by-step guide. Avoid errors and update domains safely. Read now!\" \/>\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.skynats.com\/blog\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Change the Document Root of a Domain in a cPanel Server\" \/>\n<meta property=\"og:description\" content=\"Change document root in cPanel easily with our step-by-step guide. Avoid errors and update domains safely. Read now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.skynats.com\/blog\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Server Management Services | Cloud Management | Skynats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/skynats\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-02T12:34:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-02T12:53:56+00:00\" \/>\n<meta name=\"author\" content=\"Sourav AJ\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:site\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sourav AJ\" \/>\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.skynats.com\\\/blog\\\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\\\/\"},\"author\":{\"name\":\"Sourav AJ\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/255d12fc66a62db365022ecbb5846276\"},\"headline\":\"How to Change the Document Root of a Domain in a cPanel Server\",\"datePublished\":\"2026-01-02T12:34:37+00:00\",\"dateModified\":\"2026-01-02T12:53:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\\\/\"},\"wordCount\":525,\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"keywords\":[\"Change document root in cPanel\",\"cPanel server management services\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\\\/\",\"name\":\"Change document root in cPanel for Any Domain Easily\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\"},\"datePublished\":\"2026-01-02T12:34:37+00:00\",\"dateModified\":\"2026-01-02T12:53:56+00:00\",\"description\":\"Change document root in cPanel easily with our step-by-step guide. Avoid errors and update domains safely. Read now!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Change the Document Root of a Domain in a cPanel Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"name\":\"Server Management Services | Cloud Management | Skynats\",\"description\":\"Server Management and Cloud Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\",\"name\":\"Skynats Technologies\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"width\":989,\"height\":367,\"caption\":\"Skynats Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/skynats\",\"https:\\\/\\\/x.com\\\/skynatstech\",\"https:\\\/\\\/www.instagram.com\\\/skynatstech\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/skynats-technologies\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCvTAjrFJ4_E2MJKwlDHomlg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/255d12fc66a62db365022ecbb5846276\",\"name\":\"Sourav AJ\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g\",\"caption\":\"Sourav AJ\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Change document root in cPanel for Any Domain Easily","description":"Change document root in cPanel easily with our step-by-step guide. Avoid errors and update domains safely. Read now!","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.skynats.com\/blog\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Change the Document Root of a Domain in a cPanel Server","og_description":"Change document root in cPanel easily with our step-by-step guide. Avoid errors and update domains safely. Read now!","og_url":"https:\/\/www.skynats.com\/blog\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\/","og_site_name":"Server Management Services | Cloud Management | Skynats","article_publisher":"https:\/\/www.facebook.com\/skynats","article_published_time":"2026-01-02T12:34:37+00:00","article_modified_time":"2026-01-02T12:53:56+00:00","author":"Sourav AJ","twitter_card":"summary_large_image","twitter_creator":"@skynatstech","twitter_site":"@skynatstech","twitter_misc":{"Written by":"Sourav AJ","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.skynats.com\/blog\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\/#article","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\/"},"author":{"name":"Sourav AJ","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/255d12fc66a62db365022ecbb5846276"},"headline":"How to Change the Document Root of a Domain in a cPanel Server","datePublished":"2026-01-02T12:34:37+00:00","dateModified":"2026-01-02T12:53:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\/"},"wordCount":525,"publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"keywords":["Change document root in cPanel","cPanel server management services"],"articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.skynats.com\/blog\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\/","url":"https:\/\/www.skynats.com\/blog\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\/","name":"Change document root in cPanel for Any Domain Easily","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/#website"},"datePublished":"2026-01-02T12:34:37+00:00","dateModified":"2026-01-02T12:53:56+00:00","description":"Change document root in cPanel easily with our step-by-step guide. Avoid errors and update domains safely. Read now!","breadcrumb":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skynats.com\/blog\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.skynats.com\/blog\/how-to-change-the-document-root-of-a-domain-in-a-cpanel-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skynats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Change the Document Root of a Domain in a cPanel Server"}]},{"@type":"WebSite","@id":"https:\/\/www.skynats.com\/blog\/#website","url":"https:\/\/www.skynats.com\/blog\/","name":"Server Management Services | Cloud Management | Skynats","description":"Server Management and Cloud Management","publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skynats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skynats.com\/blog\/#organization","name":"Skynats Technologies","url":"https:\/\/www.skynats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","width":989,"height":367,"caption":"Skynats Technologies"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/skynats","https:\/\/x.com\/skynatstech","https:\/\/www.instagram.com\/skynatstech\/","https:\/\/www.linkedin.com\/company\/skynats-technologies","https:\/\/www.youtube.com\/channel\/UCvTAjrFJ4_E2MJKwlDHomlg"]},{"@type":"Person","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/255d12fc66a62db365022ecbb5846276","name":"Sourav AJ","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g","caption":"Sourav AJ"}}]}},"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/17176","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=17176"}],"version-history":[{"count":3,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/17176\/revisions"}],"predecessor-version":[{"id":17190,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/17176\/revisions\/17190"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=17176"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=17176"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=17176"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}