{"id":51127,"date":"2022-04-12T20:02:51","date_gmt":"2022-04-12T20:02:51","guid":{"rendered":"\/tutorials\/?p=51127"},"modified":"2025-12-02T15:22:37","modified_gmt":"2025-12-02T15:22:37","slug":"fqdn","status":"publish","type":"post","link":"\/ca\/tutorials\/fqdn","title":{"rendered":"What is a Fully Qualified Domain Name (FQDN)?"},"content":{"rendered":"<p>A Fully Qualified Domain Name (FQDN) is the complete address of a website or server that identifies a specific location on the internet.<\/p><p>An FQDN includes every part of a domain name, from the hostname or service down to the root domain. It&rsquo;s called fully qualified because it provides all the information needed to locate a resource.<\/p><p>Here&rsquo;s what typical FQDNs look like:<\/p><ul class=\"wp-block-list\">\n<li><strong>mail.example.com:<\/strong> an example email service.<\/li>\n\n\n\n<li><strong>www.support.example.com:<\/strong> an example support subdomain.<\/li>\n\n\n\n<li><strong>blog.example.com:<\/strong> an example blog.<\/li>\n\n\n\n<li><strong>ftp.example.org:<\/strong> an example FTP server.<\/li>\n<\/ul><p>Each part, separated by a dot, represents a different level in the domain hierarchy, working from the most specific on the left to the most general on the right.<\/p><p>FQDNs matter because they&rsquo;re how computers find and connect to websites and services. When you type a web address into your browser, you&rsquo;re using an FQDN to tell your computer which server to contact. They&rsquo;re also essential for email delivery and server management.<\/p><p>\n\n\n\n<\/p><h2 class=\"wp-block-heading\" id=\"h-what-are-the-components-of-an-fqdn\">What are the components of an FQDN?<\/h2><p>A fully qualified domain name, also known as an absolute domain name, specifies all domain levels, including the top-level domain (TLD), in <strong>hostname.domain.tld<\/strong> format.<\/p><p>For example, the FQDN for a mail server at Yahoo might be <strong>mail.yahoo.com<\/strong>. Other examples include <strong>www.wordpress.org<\/strong> and <strong>news.bbc.co.uk<\/strong>.<\/p><p>Check out our article explaining <a href=\"\/ca\/tutorials\/what-is-a-domain-name\">what a domain name is<\/a> to understand the differences between a simple domain name and an FQDN in more detail.<\/p><div class=\"wp-block-image\"><figure data-wp-context='{\"imageId\":\"69eb52eb343d8\"}' data-wp-interactive=\"core\/image\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"423\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/05\/fqdn-structure.jpg\" alt=\"A visual representation of FQDN structure\" class=\"wp-image-110074\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><button class=\"lightbox-trigger\" type=\"button\" aria-haspopup=\"dialog\" aria-label=\"Enlarge\" data-wp-init=\"callbacks.initTriggerButton\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-style--right=\"state.imageButtonRight\" data-wp-style--top=\"state.imageButtonTop\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewbox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\"><\/path>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div><p>Let&rsquo;s explore each element on an FQDN hierarchy:<\/p><ul class=\"wp-block-list\">\n<li><strong>Hostname <\/strong>&#8210; a label assigned to a device or service on a network. It&rsquo;s part of the domain name that makes an <a href=\"\/ca\/tutorials\/what-is-ip-address\">IP address<\/a> easy to remember. For example, &ldquo;<strong>www<\/strong>&rdquo; is the hostname in <strong>www.hostinger.com<\/strong>, indicating a web server.<\/li>\n\n\n\n<li><a href=\"\/ca\/tutorials\/what-are-subdomains\"><strong>Subdomain<\/strong><\/a> &#8210; located to the left of the main domain, it can show a specific subdivision or a service associated with a larger domain. For example, <strong>support.hostinger.com<\/strong> features &ldquo;<strong>support<\/strong>&rdquo; as the subdomain of <strong>hostinger.com<\/strong>. Note that not all domains have this element.<\/li>\n\n\n\n<li><strong>Domain name<\/strong> &#8210; consists of a second-level and a <a href=\"\/ca\/tutorials\/what-is-tld\">top-level domain (TLD)<\/a>. With <strong>hostinger.com<\/strong>, &ldquo;<strong>hostinger<\/strong>&rdquo; represents the second-level domain, while &ldquo;<strong>.com<\/strong>&rdquo; is the TLD.<\/li>\n<\/ul><p>Fully qualified domain names need a final dot or a trailing period at the end, completing the domain&rsquo;s absolute path. For example, the absolute form of an FQDN would be written as &ldquo;<strong>www.hostinger.com.<\/strong>&rdquo;.<\/p><p>However, web browsers today usually assume the final dot, so users don&rsquo;t have to include it when entering a web address.<\/p><p>Keep in mind that the maximum length for any single label &#8210; hostname or segment of an FQDN &#8210; is 63 bytes. The total length of an FQDN cannot exceed 255 bytes.<\/p><h2 class=\"wp-block-heading\" id=\"h-what-is-the-fqdn-used-for\">What is the FQDN used for?<\/h2><p>An FQDN serves as the backbone for how computers communicate across the Internet. Here are the main ways they&rsquo;re used:<\/p><p><strong>Website access<\/strong><\/p><p>When you type a URL into your browser, you&rsquo;re using an FQDN to reach a specific website. Your browser takes that FQDN and asks the <a href=\"\/ca\/tutorials\/what-is-dns\">Domain Name System (DNS)<\/a> to translate it into an IP address. <\/p><p>Without the FQDN, you&rsquo;d have to memorize strings of numbers like 142.250.191.14 instead of simply typing example.com.<\/p><p><strong>Email delivery<\/strong><\/p><p>Email systems use FQDNs to route messages correctly. When you send an email to someone@company.com, mail servers use the FQDN to find the right mail server. <\/p><p>They also use specific FQDN like mail.company.com or smtp.company.com to identify email services within that domain.<\/p><p><strong>Server management<\/strong><\/p><p>IT administrators use FQDNs to manage different servers within their networks. Instead of tracking IP addresses, they can use descriptive names like database.company.com or backup.company.com. This makes it much easier to organize complex systems.<\/p><p><strong>SSL certificates<\/strong><\/p><p>Security certificates are tied to a specific FQDN. When a website has an SSL certificate for www.example.com, that certificate only works for that exact FQDN. <\/p><h2 class=\"wp-block-heading\" id=\"h-when-do-you-need-an-fqdn\">When do you need an FQDN?<\/h2><p>FQDNs are used in various internet interactions since they are easier to remember than IP addresses. Here are several scenarios where using an FQDN is beneficial:<\/p><ul class=\"wp-block-list\">\n<li><strong>Getting an SSL certificate<\/strong> &#8210; a <a href=\"\/ca\/tutorials\/what-is-ssl\">Secure Sockets Layer (SSL)<\/a> certificate, which secures the connection between a web server and a browser, uses an FQDN to verify the server&rsquo;s identity. Without an FQDN, the SSL protocol cannot operate properly.<\/li>\n\n\n\n<li><strong>Connecting to a remote host<\/strong> &#8210; when connecting to a remote host or virtual machine, using an FQDN helps DNS locate the server accurately. Relying solely on a hostname could lead to resolution failures if the local DNS can&rsquo;t expand it to a complete domain name.<\/li>\n\n\n\n<li><strong>Accessing specific domain services<\/strong> &#8210; FQDNs are crucial for network communications, such as <a href=\"\/ca\/tutorials\/what-is-ftp\">File Transfer Protocol (FTP<\/a>) or email services. They ensure DNS directs traffic to the correct server.<\/li>\n\n\n\n<li><strong>Migrating to a new server<\/strong> &#8210; when migrating your services to another server, an&nbsp;FQDN lets you update only the DNS records for the new IP address. This way, you can minimize downtime due to IP address changes.<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"h-how-to-find-an-fqdn\">How to find an FQDN<\/h2><p>Here&rsquo;s how you can find your own FQDN, depending on the operating system that you use.<\/p><p><strong>Windows<\/strong><\/p><p>For users on the Windows operating system, follow the steps below to locate the FQDN in advanced system settings:<\/p><ol class=\"wp-block-list\">\n<li>Open the <strong>Start <\/strong>menu and open <strong>View your PC name<\/strong>.<\/li>\n\n\n\n<li>In the <strong>System <\/strong>tab, select <strong>Advanced system settings<\/strong>.<\/li>\n<\/ol><div class=\"wp-block-image\"><figure data-wp-context='{\"imageId\":\"69eb52eb35fd0\"}' data-wp-interactive=\"core\/image\" class=\"aligncenter size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"413\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/05\/image2-1-1024x413.png\" alt=\"Windows system, highlighting the Advanced system settings menu\" class=\"wp-image-110075\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><button class=\"lightbox-trigger\" type=\"button\" aria-haspopup=\"dialog\" aria-label=\"Enlarge\" data-wp-init=\"callbacks.initTriggerButton\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-style--right=\"state.imageButtonRight\" data-wp-style--top=\"state.imageButtonTop\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewbox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\"><\/path>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div><ol start=\"3\" class=\"wp-block-list\">\n<li>Locate your FQDN in the <strong>Full computer name<\/strong> field.<\/li>\n<\/ol><div class=\"wp-block-image\"><figure data-wp-context='{\"imageId\":\"69eb52eb37929\"}' data-wp-interactive=\"core\/image\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"741\" height=\"838\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/05\/image1-1.png\" alt=\"Windows system properties, highlighting the computer name\" class=\"wp-image-110076\"  sizes=\"auto, (max-width: 741px) 100vw, 741px\" \/><button class=\"lightbox-trigger\" type=\"button\" aria-haspopup=\"dialog\" aria-label=\"Enlarge\" data-wp-init=\"callbacks.initTriggerButton\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-style--right=\"state.imageButtonRight\" data-wp-style--top=\"state.imageButtonTop\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewbox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\"><\/path>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div><p>Another way to locate an FQDN on Windows is by using the command prompt. Here&rsquo;s how:<\/p><ol class=\"wp-block-list\">\n<li>Open <strong>Terminal <\/strong>in the <strong>Start <\/strong>menu.<\/li>\n\n\n\n<li>Enter the<strong> ipconfig \/all<\/strong> command to reveal the Windows IP configuration, including the hostname, primary DNS suffix, and connection-specific DNS Suffix.<\/li>\n<\/ol><div class=\"wp-block-image\"><figure data-wp-context='{\"imageId\":\"69eb52eb395c8\"}' data-wp-interactive=\"core\/image\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"556\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/05\/image4-1.png\" alt=\"Windows command prompt\" class=\"wp-image-110077\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><button class=\"lightbox-trigger\" type=\"button\" aria-haspopup=\"dialog\" aria-label=\"Enlarge\" data-wp-init=\"callbacks.initTriggerButton\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-style--right=\"state.imageButtonRight\" data-wp-style--top=\"state.imageButtonTop\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewbox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\"><\/path>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div><p><strong>macOS<\/strong><\/p><p>For macOS users, follow these steps to locate the FQDN:<\/p><ol class=\"wp-block-list\">\n<li>Click the <strong>System Settings<\/strong> icon in the <strong>Dock<\/strong>. Alternatively,<strong> <\/strong>navigate to the Apple menu at the top left and select <strong>System Settings<\/strong> &rarr; <strong>Sharing<\/strong>.<\/li>\n\n\n\n<li>Scroll down to the <strong>Local hostname<\/strong> section. That would be your FQDN and connection-specific DNS suffix.<\/li>\n<\/ol><p><strong>Linux<\/strong><\/p><p>Meanwhile, Linux users can find FQDN through the Terminal. Press <strong>CTRL <\/strong>+ <strong>ALT <\/strong>+ <strong>T <\/strong>to open the <strong>Terminal <\/strong>application and enter the <strong>hostname &ndash;fqdn<\/strong> command line. You can also use this command in PuTTY, a popular terminal emulator. See our guide on <a href=\"\/ca\/tutorials\/how-to-use-putty-ssh\">using PuTTY to access your server<\/a>.;<\/p><div class=\"wp-block-image\"><figure data-wp-context='{\"imageId\":\"69eb52eb3b43a\"}' data-wp-interactive=\"core\/image\" class=\"aligncenter size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"105\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/05\/image3-1-1024x105.png\" alt=\"Finding FQDN via PuTTY\" class=\"wp-image-110078\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><button class=\"lightbox-trigger\" type=\"button\" aria-haspopup=\"dialog\" aria-label=\"Enlarge\" data-wp-init=\"callbacks.initTriggerButton\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-style--right=\"state.imageButtonRight\" data-wp-style--top=\"state.imageButtonTop\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewbox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\"><\/path>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div><h2 class=\"wp-block-heading\" id=\"h-what-is-the-difference-between-fqdn-and-other-types-of-domain-names\">What is the difference between FQDN and other types of domain names?<\/h2><p>While FQDNs give you the complete address, other types provide partial information or serve different purposes. Here&rsquo;s how they compare:<\/p><h3 class=\"wp-block-heading\" id=\"h-fqdn-vs-partially-qualified-domain-name\">FQDN vs Partially Qualified Domain Name<\/h3><p>A Partially Qualified Domain Name (PQDN) is an incomplete web address that doesn&rsquo;t include the full path specified by an FQDN. It might just be the hostname or part of the domain structure, often missing pieces like the subdomain or even the top-level domain.<\/p><p>For example, typing hostinger.com or www.hostinger.com will both redirect you to the same place &ndash; https:\/\/hostinger.com. <\/p><p>Website developers often set up their DNS to handle these redirects automatically. PQDNs work because they&rsquo;re shorter and easier for users to type and remember.<\/p><h3 class=\"wp-block-heading\" id=\"h-fqdn-vs-absolute-domain-name\">FQDN vs absolute domain name<\/h3><p>An absolute domain name is technically the same as an FQDN, but with one slight difference &ndash; it ends with a dot. The dot represents the root of the DNS hierarchy.<\/p><p>So www.hostinger.com. (with the dot) is the absolute form, while www.hostinger.com (without the dot) is the FQDN most people recognize. In practice, browsers and most applications handle them in the same way.<\/p><h3 class=\"wp-block-heading\" id=\"h-fqdn-vs-uniform-resource-locator-url\">FQDN vs Uniform Resource Locator (URL)<\/h3><p>A URL is the complete web address, including the FQDN, the protocol, and often additional path information. For example, https:\/\/blog.hostinger.com\/web-hosting-guide is a full URL where blog.hostinger.com is the FQDN portion.<\/p><p>The URL tells you how to access the resource (https), where to find it (the FQDN), and what specific page or file to request.<\/p><h2 class=\"wp-block-heading\" id=\"h-next-steps-implementing-fqdn\">Next steps: Implementing FQDN<\/h2><p>Most hosting providers, including Hostinger, automatically set up basic FQDNs when you add a domain to your account. Your primary domain (yoursite.com) and the www version (www.yoursite.com) will typically work right out of the box.<\/p><p>For email services, Hostinger makes FQDN setup incredibly simple. When you set up Hostinger Email through hPanel, all the necessary DNS records, including MX, SPF, and DKIM records, are set up without you needing to configure anything manually.<\/p><p>But if you want to add subdomains for different services, you&rsquo;ll need to set those up yourself through hPanel. For different parts of your website, you can create FQDNs like blog.yoursite.com, shop.yoursite.com, or api.yoursite.com.<\/p><p>For more advanced DNS management, you can use hPanel&rsquo;s DNS zone editor. Here you can add custom A records, CNAME records, and other DNS entries if you need specific FQDNs for third-party integrations.<\/p><p>Ready to get started? Log in to hPanel and add any additional subdomains or custom FQDNs you need for your specific setup.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Fully Qualified Domain Name (FQDN) is the complete address of a website or server that identifies a specific location on the internet. An FQDN includes every part of a domain name, from the hostname or service down to the root domain. It&rsquo;s called fully qualified because it provides all the information needed to locate [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"\/ca\/tutorials\/fqdn\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"rank_math_title":"What is a Fully Qualified Domain Name (FQDN)?","rank_math_description":"Learn what a Fully Qualified Domain Name (FQDN) is, how it works, and how to set up FQDNs for your website with easy step-by-step guidance.","rank_math_focus_keyword":"fqdn","footnotes":""},"categories":[22686],"tags":[],"class_list":["post-51127","post","type-post","status-publish","format-standard","hentry","category-domains"],"hreflangs":[{"locale":"en-US","link":"https:\/\/www.hostinger.com\/tutorials\/fqdn","default":0},{"locale":"pt-BR","link":"https:\/\/www.hostinger.com\/br\/tutoriais\/fqdn","default":0},{"locale":"fr-FR","link":"https:\/\/www.hostinger.com\/fr\/tutoriels\/fqdn","default":0},{"locale":"es-ES","link":"https:\/\/www.hostinger.com\/es\/tutoriales\/fqdn","default":0},{"locale":"id-ID","link":"https:\/\/www.hostinger.com\/id\/tutorial\/fqdn","default":0},{"locale":"en-UK","link":"https:\/\/www.hostinger.com\/uk\/tutorials\/fqdn","default":0},{"locale":"en-MY","link":"https:\/\/www.hostinger.com\/my\/tutorials\/fqdn","default":0},{"locale":"en-PH","link":"https:\/\/www.hostinger.com\/ph\/tutorials\/fqdn","default":0},{"locale":"es-MX","link":"https:\/\/www.hostinger.com\/mx\/tutoriales\/fqdn","default":0},{"locale":"es-CO","link":"https:\/\/www.hostinger.com\/co\/tutoriales\/fqdn","default":0},{"locale":"es-AR","link":"https:\/\/www.hostinger.com\/ar\/tutoriales\/fqdn","default":0},{"locale":"pt-PT","link":"https:\/\/www.hostinger.com\/pt\/tutoriais\/fqdn","default":0},{"locale":"en-IN","link":"https:\/\/www.hostinger.com\/in\/tutorials\/fqdn","default":0},{"locale":"en-CA","link":"https:\/\/www.hostinger.com\/ca\/tutorials\/fqdn","default":0},{"locale":"en-AU","link":"https:\/\/www.hostinger.com\/au\/tutorials\/fqdn","default":0},{"locale":"en-NG","link":"https:\/\/www.hostinger.com\/ng\/tutorials\/fqdn","default":0}],"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/posts\/51127","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/comments?post=51127"}],"version-history":[{"count":52,"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/posts\/51127\/revisions"}],"predecessor-version":[{"id":138246,"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/posts\/51127\/revisions\/138246"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/media?parent=51127"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/categories?post=51127"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/tags?post=51127"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}