{"id":2368,"date":"2021-06-29T10:37:44","date_gmt":"2021-06-29T07:37:44","guid":{"rendered":"https:\/\/www.scalahosting.com\/kb\/?p=2368"},"modified":"2025-11-27T09:59:14","modified_gmt":"2025-11-27T07:59:14","slug":"how-can-i-create-different-types-of-web-redirects","status":"publish","type":"post","link":"https:\/\/www.scalahosting.com\/kb\/how-can-i-create-different-types-of-web-redirects\/","title":{"rendered":"How do I Create a 301 Redirect"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Visitors will get a <\/span><b>No Found error<\/b><span style=\"font-weight: 400;\"> or <\/span><b>Error 404<\/b><span style=\"font-weight: 400;\"> when you move a page to a new location, resulting in loss of traffic and probably sales.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">However,<\/span><b> savvy web admins often mitigate this with web redirects<\/b><span style=\"font-weight: 400;\"> which take the visitors to the new location without them even knowing.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">This article guides you on everything you need to know about web redirects, including when to use them, the type to use in different scenarios, and<\/span><b> how to write and implement redirect codes.<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">So let&#8217;s get to it.<\/span><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><b>What\u2019s Web Redirect?<\/b><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Web<\/span><b> redirects forward traffic to the new location<\/b><span style=\"font-weight: 400;\"> when a page moves or gets deleted.&nbsp;&nbsp;<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">It lets users take their website visitors to a new page when its content becomes unavailable in its previous location. But if there is no redirect, <\/span><b>people visiting a moved or deleted page will see an annoying error,<\/b><span style=\"font-weight: 400;\"> making the user experience seamed.&nbsp;<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Suppose you move a page, let&#8217;s say, from <\/span><i><span style=\"font-weight: 400;\">www.domain.com\/photos<\/span><\/i><span style=\"font-weight: 400;\"> to <\/span><i><span style=\"font-weight: 400;\">www.domain.com\/media<\/span><\/i><span style=\"font-weight: 400;\">.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">If you set up a <\/span><b>redirect to the new URL,<\/b><span style=\"font-weight: 400;\"> when older visitors try to access your web photos using the old URL they are more familiar with, <\/span><b>their browsers forward them to the new URL, preventing them from seeing the error page.<\/b><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><b>Web Redirect Use Cases<\/b><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Web redirect<\/span><b> makes navigation and user experience seamless<\/b><span style=\"font-weight: 400;\"> for visitors and search engine spiders, enabling users to retain older visitors and indexed pages on search engine results.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>But too many redirects could slow down your website, so only use it when necessary, which could include:<\/b><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">If a web page moved to a new URL on the website or another website<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">When you <\/span><b>move your website to a new domain name<\/b><span style=\"font-weight: 400;\"> and wish to forward traffic to the old domain to the new website<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">After <\/span><a href=\"https:\/\/www.scalahosting.com\/kb\/park-a-domain-registered-with-scalahosting\/\"><b>parking a domain name<\/b><\/a><span style=\"font-weight: 400;\">\u2014allows you to point different domain names to your main website<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><b>Redirecting HTTP to HTTPS<\/b><span style=\"font-weight: 400;\"> to force all visitors to connect securely to your website<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To redirect <\/span><b>non-www URLs<\/b><span style=\"font-weight: 400;\"> to the <\/span><b>www version<\/b><span style=\"font-weight: 400;\"> or vice versa to prevent duplicating web content<\/span><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><b>Types of Web Redirect<\/b><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">You could <\/span><b>choose your redirection type <\/b><span style=\"font-weight: 400;\">depending on the end goal. So, let\u2019s examine the main types of web redirects.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>Permanent Redirect<\/b><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Permanent redirect, also known as <\/span><b>301 redirect,<\/b><span style=\"font-weight: 400;\"> indicates that the page has moved permanently to a new URL, as the name suggests.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">It\u2019s helpful if you<\/span><b> don\u2019t wish to bring back the old URL.<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">The redirect returns status code 301 when someone or user-agents (web spiders) visit, requesting the web server to <\/span><b>re-route the page to the specified URL<\/b><span style=\"font-weight: 400;\">.\u00a0<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">A 301 redirect passes on the authority that comes from the old page\u2019s backlinks to the new one, making it essential for<\/span><a href=\"https:\/\/www.scalahosting.com\/blog\/top-5-seo-tips-to-optimize-the-content-of-your-wordpress-website\/\"><b> search engine optimization (SEO).<\/b><\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>Temporary Redirect<\/b><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Temporary redirect or <\/span><b>302 redirect indicates temporary relocation.<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">It forwards visitors from a page to another temporarily,<\/span><b> indicating to browsers and user agents that the URL is on a temporary location.&nbsp;<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Here are when to use temporary redirect:<\/b><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">If you wish to send visitors temporarily to another page while updating a page<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">When carrying out website maintenance<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">If you want to test a new page and get customer feedback without removing the old page<\/span><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><b>Writing Web Direct .htaccess Codes<\/b><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">You can create a web redirect by <\/span><b>adding some lines of code on your domain\u2019s .htaccess file<\/b><span style=\"font-weight: 400;\">\u2014a server configuration file that allows users to modify their server settings.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">We\u2019ve put together some <\/span><b>sample codes<\/b><span style=\"font-weight: 400;\"> to get you started.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>Permanent Redirect Codes<\/b><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">You can<\/span><b> redirect permanently to another URL<\/b><span style=\"font-weight: 400;\"> on the same website by adding this code to your .htaccess file.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Redirect 301 \u201c\/photo\u201d \u201c\/media\u201d<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">You can replace <\/span><span style=\"font-weight: 400;\">\/photo<\/span><span style=\"font-weight: 400;\"> with the URL path of the page you wish to redirect and <\/span><span style=\"font-weight: 400;\">\/media<\/span><span style=\"font-weight: 400;\"> with the new location. Of course, <\/span><b>don\u2019t fail to capitalize the first letter in <\/b><b>Redirect<\/b><b>.<\/b><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>Redirecting to External Pages<\/b><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">If you wish to <\/span><b>redirect a page to an external destination, <\/b><span style=\"font-weight: 400;\">add this sample code to the .htaccess file of the domain you want to redirect visitors from &#8211;<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Redirect 301 \u201c\/photo\u201d \u201cwww.domain.com\/new-location\u201d<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>Redirecting Your Website to a New Domain<\/b><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">If you wish to redirect your website to a new domain, or a parked domain name to your main website, then use this code &#8211;<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Redirect 301 \u201c\/\u201d \u201cwww.yournewdomain.com\/\u201d<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Besides URL redirects,<\/span><b> you can also classify HTTPS and non-www redirects as permanent redirects.&nbsp;<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Here are the sample redirect codes.<\/span><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><b>HTTP Redirection<\/b><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">As explained earlier, <\/span><b>HTTPS redirection forces all visitors to connect securely,<\/b><span style=\"font-weight: 400;\"> preventing hackers from exploiting the HTTP to attack the website.&nbsp;<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">You can force HTTPS connection on all pages for every visitor<\/span><b> using this code at the beginning of the .htaccess file. &#8211;<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">RewriteEngine On&nbsp;<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">RewriteCond %{HTTPS} off&nbsp;<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">RewriteRule ^(.*)$ https:\/\/%{HTTP_HOST}%{REQUEST_URI} [L,R=301]<\/span><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><b>Non-WWW website to WWW URL Redirection<\/b><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">The www and non-www URLs of websites resolve to the same content,<\/span><b> creating duplicates on the website.&nbsp;<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">For instance, a visitor accessing your website with the URL <\/span><b>www.yourdomain.com<\/b><span style=\"font-weight: 400;\"> and another using <\/span><b>yourdomain.com<\/b><span style=\"font-weight: 400;\"> will see the same content, and search engines don\u2019t often take this lightly.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Now, imagine the number of duplicates that\u2019ll sit on your website if it contains many pages.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">But you can<\/span><b> quickly resolve this by redirecting non-www URLs to their www versions<\/b><span style=\"font-weight: 400;\">, or vice versa.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Place this redirect rule in your .htaccess file to redirect<\/span><b> from non-www to www<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">RewriteEngine On<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">RewriteRule ^(.*)$ http:\/\/www.yourdomain.com\/$1 [L,R=301]<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">If you already have the <\/span><b>RewriteEngine On<\/b><span style=\"font-weight: 400;\"> line somewhere on the file, then use this code&nbsp;<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">RewriteRule ^(.*)$ http:\/\/www.yourdomain.com\/$1 [L,R=301]<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">If you wish to redirect <\/span><b>from www to non-www<\/b><span style=\"font-weight: 400;\">, then use this code.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">RewriteEngine On<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">RewriteRule ^(.*)$ http:\/\/yourdomain.com\/$1 [L,R=301]<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Ensure to remove the <\/span><b>RewriteEngine On <\/b><span style=\"font-weight: 400;\">line from the code if it\u2019s already on the file, and replace <\/span><i><span style=\"font-weight: 400;\">yourdomain.com<\/span><\/i><span style=\"font-weight: 400;\"> with your domain name.<\/span><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><b>Temporary Redirect Code<\/b><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">You can use this sample code to <\/span><b>redirect a page to a new location temporarily.<\/b><span style=\"font-weight: 400;\"> Then, proceed.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Redirect 302 \/photo \/new-location<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">To temporarily<\/span><b> redirect an entire website,<\/b><span style=\"font-weight: 400;\"> then place this rule on your .htaccess file.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Redirect 301 \/photo www.domain.com<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Of course, don\u2019t forget to replace <\/span><i><span style=\"font-weight: 400;\">www.domain.com<\/span><\/i><span style=\"font-weight: 400;\"> with your domain name.<\/span><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><b>Creating Web Direct Via SPanel<\/b><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">You can set up <\/span><b>web direct on SPanel via the file manager. <\/b><span style=\"font-weight: 400;\">If you\u2019ve your code, then take these steps to get it done.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>Step 1: Log Into SPanel&#8217;s User Interface<br><\/b><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">The default login URL is <em><strong>https:\/\/yourdomain.com\/spanel <\/strong><\/em>(don&#8217;t forget to replace <em>yourdomain.com<\/em> with your actual domain).<\/span><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" width=\"453\" height=\"456\" src=\"https:\/\/www.scalahosting.com\/kb\/wp-content\/uploads\/2022\/01\/40.png\" alt=\"How can I create different types of web redirects\n\" class=\"wp-image-2898\" srcset=\"https:\/\/www.scalahosting.com\/kb\/wp-content\/uploads\/2022\/01\/40.png 453w, https:\/\/www.scalahosting.com\/kb\/wp-content\/uploads\/2022\/01\/40-298x300.png 298w, https:\/\/www.scalahosting.com\/kb\/wp-content\/uploads\/2022\/01\/40-150x150.png 150w\" sizes=\"(max-width: 361px) 660px, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 910px, 1140px\" \/><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><b>Step 2: Go to Redirects<br><\/b><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">Under the <strong>Domains <\/strong>section on the homepage, you will see the <strong>Redirects <\/strong>tool.<\/span><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" width=\"846\" height=\"234\" src=\"https:\/\/www.scalahosting.com\/kb\/wp-content\/uploads\/2021\/06\/366.png\" alt=\"How can I create different types of web redirects\n\" class=\"wp-image-4067\" srcset=\"https:\/\/www.scalahosting.com\/kb\/wp-content\/uploads\/2021\/06\/366.png 846w, https:\/\/www.scalahosting.com\/kb\/wp-content\/uploads\/2021\/06\/366-300x83.png 300w, https:\/\/www.scalahosting.com\/kb\/wp-content\/uploads\/2021\/06\/366-768x212.png 768w\" sizes=\"(max-width: 361px) 660px, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 910px, 1140px\" \/><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><b>Step 3: Enter the Redirect&#8217;s Parameters<br><\/b><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You need to choose the <strong>Type <\/strong>redirection and then enter the source and destination URLs. The <strong>Wild Card Redirect<\/strong> checkbox will instruct browsers to look for the files of the same name in the destination directory as well.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" width=\"876\" height=\"534\" src=\"https:\/\/www.scalahosting.com\/kb\/wp-content\/uploads\/2021\/06\/367.png\" alt=\"How can I create different types of web redirects\n\" class=\"wp-image-4068\" srcset=\"https:\/\/www.scalahosting.com\/kb\/wp-content\/uploads\/2021\/06\/367.png 876w, https:\/\/www.scalahosting.com\/kb\/wp-content\/uploads\/2021\/06\/367-300x183.png 300w, https:\/\/www.scalahosting.com\/kb\/wp-content\/uploads\/2021\/06\/367-768x468.png 768w\" sizes=\"(max-width: 361px) 660px, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 910px, 1140px\" \/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><b>Web Direct Best Practices<\/b><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Follow these best practices to set up your web redirect:<\/b><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always<\/span><b> redirect to a page that has matching content. <\/b><span style=\"font-weight: 400;\">For example, don\u2019t redirect a page that talks about laptops to a mobile phone page. Instead, you could redirect to a top-level category, like Electronics.<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Avoid creating a redirect chain\u2014that\u2019s, redirecting to a page that redirects to another page, for example, <\/span><b>A &gt; B &gt; C<\/b><span style=\"font-weight: 400;\">.<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">When setting up <\/span><b>www and non-www redirects<\/b><span style=\"font-weight: 400;\">, ensure to point it to the version you used as the <\/span><b>canonical URL<\/b><span style=\"font-weight: 400;\">. For example, if your canonical URL is on www, redirect all non-www URLs to your www website\u2014redirecting to the canonical URL&nbsp; fixes all potential duplication issues.<\/span><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><b>Need Support?<\/b><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"font-weight: 400;\">We understand setting up web redirects on your website could be challenging. So, if you need assistance creating one, kindly contact <\/span><a href=\"https:\/\/www.scalahosting.com\/contact-us.html\"><b>our support<\/b><\/a> <span style=\"font-weight: 400;\">for quick help, and we\u2019ll be available to help.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Visitors will get a No Found error or Error 404 when you move a page to a new location, resulting in loss of traffic and probably sales. However, savvy web admins often mitigate this with web redirects which take the visitors to the new location without them even knowing. This article guides you on everything [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_seopress_titles_title":"How do I Create a 301 Redirect | ScalaHosting KB","_seopress_titles_desc":"","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"none","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"footnotes":""},"categories":[34],"tags":[],"class_list":["post-2368","post","type-post","status-publish","format-standard","hentry","category-web-hosting"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.scalahosting.com\/kb\/wp-json\/wp\/v2\/posts\/2368","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.scalahosting.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.scalahosting.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.scalahosting.com\/kb\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.scalahosting.com\/kb\/wp-json\/wp\/v2\/comments?post=2368"}],"version-history":[{"count":9,"href":"https:\/\/www.scalahosting.com\/kb\/wp-json\/wp\/v2\/posts\/2368\/revisions"}],"predecessor-version":[{"id":5818,"href":"https:\/\/www.scalahosting.com\/kb\/wp-json\/wp\/v2\/posts\/2368\/revisions\/5818"}],"wp:attachment":[{"href":"https:\/\/www.scalahosting.com\/kb\/wp-json\/wp\/v2\/media?parent=2368"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.scalahosting.com\/kb\/wp-json\/wp\/v2\/categories?post=2368"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.scalahosting.com\/kb\/wp-json\/wp\/v2\/tags?post=2368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}