{"id":6101,"date":"2017-02-28T14:05:28","date_gmt":"2017-02-28T11:05:28","guid":{"rendered":"https:\/\/unihost.com\/help\/block-access-to-website\/"},"modified":"2023-01-19T14:00:12","modified_gmt":"2023-01-19T11:00:12","slug":"block-access-to-website","status":"publish","type":"post","link":"https:\/\/unihost.com\/help\/block-access-to-website\/","title":{"rendered":"How to deny access to the website via .htaccess"},"content":{"rendered":"<p><span style=\"font-family: Ubuntu, sans-serif;\">.<span style=\"font-family: 'Ubuntu Mono', monospace;\">htaccess<\/span>\u00a0is a document that controls access to different files and folders on the website, as well as the website overall. When accessing the page that is blocked in \u00a0.<span style=\"font-family: 'Ubuntu Mono', monospace;\">htaccess<\/span>,\u00a0user will see a service page with a 404 error code.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif;\"><!--more--><\/span><\/p>\n<h2><span style=\"font-family: Ubuntu, sans-serif;\">How to edit\u00a0.htaccess<\/span><\/h2>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Log into\u00a0cPanel<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">On the dashboard, click on\u00a0<em>File manager.<\/em><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-6106 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/eng-1-e1489070191173.png\" alt=\"How to deny access to the website via .htaccess - Image 1\" width=\"1199\" height=\"244\" \/ title=\"How to deny access to the website via .htaccess - Image 1\"><\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Go to the\u00a0<em>public_html <\/em>folder<em>.<\/em><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-6093 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?3-3-e1488282923436.png\" alt=\"3\" width=\"1334\" height=\"133\" \/ title=\"How to deny access to the website via .htaccess - Image 2\"><\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">By default,\u00a0<em>.<\/em><span style=\"font-family: 'Ubuntu Mono', monospace;\">htaccess <span style=\"font-family: Ubuntu, sans-serif;\">is hidden<\/span><\/span>. So click the\u00a0Settings button and check the Show hidden files (dotfiles) mark.<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-6108 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/eng-2.png\" alt=\"How to deny access to the website via .htaccess - Image 3\" width=\"596\" height=\"109\" \/ title=\"How to deny access to the website via .htaccess - Image 3\"><\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Now click on\u00a0<em>.<\/em><span style=\"font-family: 'Ubuntu Mono', monospace;\">htaccess<\/span>\u00a0and click <i>Edit<\/i>.\u00a0<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-6095 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?3d38405022-e1488282894130.png\" alt=\"3d38405022\" width=\"1340\" height=\"335\" \/ title=\"How to deny access to the website via .htaccess - Image 4\"><\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">After you are done with the file, click on <em>Save changes<\/em>.<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-6112 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/eng-4.png\" alt=\"How to deny access to the website via .htaccess - Image 5\" width=\"346\" height=\"42\" \/ title=\"How to deny access to the website via .htaccess - Image 5\"><\/span><\/li>\n<\/ol>\n<h2><span style=\"font-family: Ubuntu, sans-serif;\">How to deny\u00a0access to the website for everyone<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">In order to completely deny\u00a0access to the website,<span style=\"font-family: Ubuntu, sans-serif;\">add the following lines to the<\/span> <span style=\"font-family: 'Ubuntu Mono', monospace;\">.htaccess<\/span><\/span><\/p>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">deny from all # Denies access to the website for all IPs<\/span><\/pre>\n<h2><span style=\"font-family: Ubuntu, sans-serif;\">How to allow\u00a0access to the website for only some IPs<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">In order to completely deny access to the website for all IPs but some, add the following lines to the<\/span> <span style=\"font-family: 'Ubuntu Mono', monospace;\">.htaccess<\/span><\/p>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">order deny,allow #\u00a0<\/span><span style=\"font-family: 'Ubuntu Mono', monospace;\">Sets the order for the execution of the commands. Right now, allow is executed after deny.<\/span>\r\n\r\n<span style=\"font-family: 'Ubuntu Mono', monospace;\">deny from all # <\/span><span style=\"font-family: 'Ubuntu Mono', monospace;\">Denies access to the website for all IPs<\/span>\r\n\r\n<span style=\"font-family: 'Ubuntu Mono', monospace;\">allow from <\/span><span style=\"font-family: 'Ubuntu Mono', monospace;\">XXX.XXX.XXX.XXX<\/span><span style=\"font-family: 'Ubuntu Mono', monospace;\"> # <\/span><span style=\"font-family: 'Ubuntu Mono', monospace;\">Allows access for the mentioned IPs.\u00a0If there are more then one, separate them with a spacebar<\/span><span style=\"font-family: 'Ubuntu Mono', monospace;\">.<\/span><\/pre>\n<h2><span style=\"font-family: Ubuntu, sans-serif;\">How to deny access to the website for only some IPs<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">In order to deny access to the website for some IPs,\u00a0<span style=\"font-family: Ubuntu, sans-serif;\">add the following lines to the<\/span> <span style=\"font-family: 'Ubuntu Mono', monospace;\">.htaccess<\/span><\/span><\/p>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">deny from XXX.XXX.XXX.XXX # Denies<\/span><span style=\"font-family: 'Ubuntu Mono', monospace;\"> access for the mentioned IPs.\u00a0If there are more then one, separate them with a spacebar<\/span><span style=\"font-family: 'Ubuntu Mono', monospace;\">.<\/span><\/pre>\n<h2><span style=\"font-family: Ubuntu, sans-serif;\">How to control access to a single file<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">If you want different files and folders to have different access settings, you can use the\u00a0<span style=\"font-family: 'Ubuntu Mono', monospace;\">&lt;Files&gt; <span style=\"font-family: Ubuntu, sans-serif;\">command<\/span><\/span>. For example, in order to deny access to\u00a0<span style=\"font-family: 'Ubuntu Mono', monospace;\">wp-config.php<\/span>\u00a0for everyone but you,\u00a0<span style=\"font-family: Ubuntu, sans-serif;\">add the following lines to the<\/span> <span style=\"font-family: 'Ubuntu Mono', monospace;\">.htaccess<\/span><\/span><\/p>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">&lt;Files wp-config.php&gt;<\/span>\r\n\r\n<span style=\"font-family: 'Ubuntu Mono', monospace;\">order deny,allow # <\/span><span style=\"font-family: 'Ubuntu Mono', monospace;\">Sets the order for the execution of the commands. Right now, allow is executed after deny.<\/span>\r\n\r\n<span style=\"font-family: 'Ubuntu Mono', monospace;\">deny from all # Denies access to the website for all IPs<\/span>\r\n\r\n<span style=\"font-family: 'Ubuntu Mono', monospace;\">allow from XXX.XXX.XXX.XXX # <\/span><span style=\"font-family: 'Ubuntu Mono', monospace;\">Allows access for the mentioned IPs.\u00a0If there are more then one, separate them with a spacebar<\/span><span style=\"font-family: 'Ubuntu Mono', monospace;\">.<\/span>\r\n\r\n<span style=\"font-family: 'Ubuntu Mono', monospace;\">&lt;\/Files&gt;<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">You can lock down the .<span style=\"font-family: 'Ubuntu Mono', monospace;\">htaccess <span style=\"font-family: Ubuntu, sans-serif;\">the same way<\/span>:<\/span><\/span><\/p>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">&lt;Files .htaccess&gt;<\/span>\r\n\r\n<span style=\"font-family: 'Ubuntu Mono', monospace;\">order deny,allow # Sets the order for the execution of the commands. Right now, allow is executed after deny.<\/span>\r\n\r\n<span style=\"font-family: 'Ubuntu Mono', monospace;\">deny from all # <\/span><span style=\"font-family: 'Ubuntu Mono', monospace;\">Denies access to the website for all IPs<\/span>\r\n\r\n<span style=\"font-family: 'Ubuntu Mono', monospace;\">allow from XXX.XXX.XXX.XXX # Allows access for the mentioned IPs.\u00a0If there are more then one, separate them with a spacebar<\/span>.\r\n\r\n<span style=\"font-family: 'Ubuntu Mono', monospace;\">&lt;\/Files&gt;<\/span><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>.htaccess\u00a0is a document that controls access to different files and folders on the website, as well as the website overall. When accessing the page that is blocked in \u00a0.htaccess,\u00a0user will see a service page with a 404 error code.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-6101","post","type-post","status-publish","format-standard","hentry","category-vps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to deny access to the website via .htaccess - Unihost.FAQ<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/help\/block-access-to-website\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to deny access to the website via .htaccess - Unihost.FAQ\" \/>\n<meta property=\"og:description\" content=\".htaccess\u00a0is a document that controls access to different files and folders on the website, as well as the website overall. When accessing the page that is blocked in \u00a0.htaccess,\u00a0user will see a service page with a 404 error code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/help\/block-access-to-website\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.FAQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-02-28T11:05:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-19T11:00:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/unihost.com\/help\/wp-content\/uploads\/eng-1.png\" \/>\n<meta name=\"author\" content=\"Unihost Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unihost Support\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/unihost.com\/help\/block-access-to-website\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/block-access-to-website\/\"},\"author\":{\"name\":\"Unihost Support\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\"},\"headline\":\"How to deny access to the website via .htaccess\",\"datePublished\":\"2017-02-28T11:05:28+00:00\",\"dateModified\":\"2023-01-19T11:00:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/block-access-to-website\/\"},\"wordCount\":249,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/block-access-to-website\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/help\/wp-content\/uploads\/eng-1.png\",\"articleSection\":[\"Virtual Private Server (VPS)\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/help\/block-access-to-website\/\",\"url\":\"https:\/\/unihost.com\/help\/block-access-to-website\/\",\"name\":\"How to deny access to the website via .htaccess - Unihost.FAQ\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/block-access-to-website\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/block-access-to-website\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/help\/wp-content\/uploads\/eng-1.png\",\"datePublished\":\"2017-02-28T11:05:28+00:00\",\"dateModified\":\"2023-01-19T11:00:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/help\/block-access-to-website\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/help\/block-access-to-website\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/block-access-to-website\/#primaryimage\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?eng-1.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?eng-1.png\",\"width\":1199,\"height\":244},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/help\/block-access-to-website\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help\",\"item\":\"https:\/\/unihost.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to deny access to the website via .htaccess\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/help\/#website\",\"url\":\"https:\/\/unihost.com\/help\/\",\"name\":\"Unihost.FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/help\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/help\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\/\",\"https:\/\/x.com\/unihost\",\"https:\/\/www.instagram.com\/unihost\/?hl=en\",\"https:\/\/www.linkedin.com\/company\/unihost-com\",\"https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\",\"name\":\"Unihost Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"caption\":\"Unihost Support\"},\"sameAs\":[\"https:\/\/unihost.com\/\"],\"url\":\"https:\/\/unihost.com\/help\/author\/support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to deny access to the website via .htaccess - Unihost.FAQ","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:\/\/unihost.com\/help\/block-access-to-website\/","og_locale":"en_US","og_type":"article","og_title":"How to deny access to the website via .htaccess - Unihost.FAQ","og_description":".htaccess\u00a0is a document that controls access to different files and folders on the website, as well as the website overall. When accessing the page that is blocked in \u00a0.htaccess,\u00a0user will see a service page with a 404 error code.","og_url":"https:\/\/unihost.com\/help\/block-access-to-website\/","og_site_name":"Unihost.FAQ","article_publisher":"https:\/\/www.facebook.com\/unihost\/","article_published_time":"2017-02-28T11:05:28+00:00","article_modified_time":"2023-01-19T11:00:12+00:00","og_image":[{"url":"https:\/\/unihost.com\/help\/wp-content\/uploads\/eng-1.png","type":"","width":"","height":""}],"author":"Unihost Support","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Unihost Support","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/help\/block-access-to-website\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/help\/block-access-to-website\/"},"author":{"name":"Unihost Support","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a"},"headline":"How to deny access to the website via .htaccess","datePublished":"2017-02-28T11:05:28+00:00","dateModified":"2023-01-19T11:00:12+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/help\/block-access-to-website\/"},"wordCount":249,"publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"image":{"@id":"https:\/\/unihost.com\/help\/block-access-to-website\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/help\/wp-content\/uploads\/eng-1.png","articleSection":["Virtual Private Server (VPS)"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/help\/block-access-to-website\/","url":"https:\/\/unihost.com\/help\/block-access-to-website\/","name":"How to deny access to the website via .htaccess - Unihost.FAQ","isPartOf":{"@id":"https:\/\/unihost.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/unihost.com\/help\/block-access-to-website\/#primaryimage"},"image":{"@id":"https:\/\/unihost.com\/help\/block-access-to-website\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/help\/wp-content\/uploads\/eng-1.png","datePublished":"2017-02-28T11:05:28+00:00","dateModified":"2023-01-19T11:00:12+00:00","breadcrumb":{"@id":"https:\/\/unihost.com\/help\/block-access-to-website\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/help\/block-access-to-website\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/block-access-to-website\/#primaryimage","url":"https:\/\/unihost.com\/help\/minio.php?eng-1.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?eng-1.png","width":1199,"height":244},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/help\/block-access-to-website\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Help","item":"https:\/\/unihost.com\/help\/"},{"@type":"ListItem","position":3,"name":"How to deny access to the website via .htaccess"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/help\/#website","url":"https:\/\/unihost.com\/help\/","name":"Unihost.FAQ","description":"","publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/unihost.com\/help\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost\/","https:\/\/x.com\/unihost","https:\/\/www.instagram.com\/unihost\/?hl=en","https:\/\/www.linkedin.com\/company\/unihost-com","https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw"]},{"@type":"Person","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a","name":"Unihost Support","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","caption":"Unihost Support"},"sameAs":["https:\/\/unihost.com\/"],"url":"https:\/\/unihost.com\/help\/author\/support\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/6101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/comments?post=6101"}],"version-history":[{"count":5,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/6101\/revisions"}],"predecessor-version":[{"id":6134,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/6101\/revisions\/6134"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/media?parent=6101"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/categories?post=6101"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/tags?post=6101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}