{"id":3194,"date":"2021-10-20T05:23:26","date_gmt":"2021-10-20T05:23:26","guid":{"rendered":"https:\/\/ownwebservers.com\/kb\/?p=3194"},"modified":"2021-10-20T05:23:34","modified_gmt":"2021-10-20T05:23:34","slug":"3194","status":"publish","type":"post","link":"https:\/\/ownwebservers.com\/kb\/3194\/","title":{"rendered":"Easy steps to create 301 Redirect"},"content":{"rendered":"<p>301 redirect may be a type of permanent redirect from one URL to a different. 301 redirects users and search engines to a distinct URL than the one they need truly inserted in their browser.<\/p>\n<h2>Let&#8217;s see the steps to creating a 301 Redirect Using .htaccess<\/h2>\n<p>1. Log in to <strong>Control Panel<\/strong>.<\/p>\n<p>2. Go to <strong>.htaccess Editor<\/strong>.<\/p>\n<p>3. Go to<strong> Direct Editor<\/strong>.<\/p>\n<p>4. To select in which directory you want to place the 301 redirects Click on <strong>Change<\/strong> .<\/p>\n<p>5. Depending on the task that you want to perform add any one of the following given code snippets into your <strong>.htaccess file<\/strong>:<\/p>\n<h3>1) Old to a new domain<\/h3>\n<blockquote><p>RewriteEngine on<\/p>\n<p>RewriteCond %{HTTP_HOST} ^OLDDOMAIN.com [NC,OR]<\/p>\n<p>RewriteCond %{HTTP_HOST} ^www.OLDDOMAIN.com [NC]<\/p>\n<p>RewriteRule ^(.*)$ http:\/\/NEWDOMAIN.net\/$1 [L, R=301,NC]<\/p><\/blockquote>\n<p>It will Update \u201cOLDDOMAIN\u201d to the previous domain that you just wish to redirect to and can update your \u201cNEWDOMAIN\u201d to the domain to which it&#8217;s already redirecting.<\/p>\n<h3>2) Https Redirect :<\/h3>\n<blockquote><p>RewriteEngine On<\/p>\n<p>RewriteCond %{HTTP_HOST} ^DOMAIN.com [NC]<\/p>\n<p>RewriteCond %{SERVER_PORT} 80<\/p>\n<p>RewriteRule ^(.*)$ https:\/\/www.DOMAIN.com\/$1 [R=301,L]<\/p><\/blockquote>\n<p>It will Update the \u201cDOMAIN\u201d to the domain that needs the redirect from HTTP to HTTPS.<\/p>\n<p>6. Click on <strong>Save<\/strong>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>301 redirect may be a type of permanent redirect from one URL to a different. 301 redirects users and search engines to a distinct URL than the one they need truly inserted in their browser. Let&#8217;s see the steps to creating a 301 Redirect Using .htaccess 1. Log in to Control Panel. 2. Go to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24],"tags":[],"class_list":["post-3194","post","type-post","status-publish","format-standard","hentry","category-web-hosting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v15.2.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Easy steps to create 301 Redirect - OWS KB<\/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:\/\/ownwebservers.com\/kb\/3194\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Easy steps to create 301 Redirect - OWS KB\" \/>\n<meta property=\"og:description\" content=\"301 redirect may be a type of permanent redirect from one URL to a different. 301 redirects users and search engines to a distinct URL than the one they need truly inserted in their browser. Let&#8217;s see the steps to creating a 301 Redirect Using .htaccess 1. Log in to Control Panel. 2. Go to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ownwebservers.com\/kb\/3194\/\" \/>\n<meta property=\"og:site_name\" content=\"OWS KB\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-20T05:23:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-20T05:23:34+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\">\n\t<meta name=\"twitter:data1\" content=\"admin\">\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" content=\"1 minute\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"OWS KB\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/ownwebservers.com\/kb\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/3194\/#webpage\",\"url\":\"https:\/\/ownwebservers.com\/kb\/3194\/\",\"name\":\"Easy steps to create 301 Redirect - OWS KB\",\"isPartOf\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\"},\"datePublished\":\"2021-10-20T05:23:26+00:00\",\"dateModified\":\"2021-10-20T05:23:34+00:00\",\"author\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\"},\"breadcrumb\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/3194\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ownwebservers.com\/kb\/3194\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/3194\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/3194\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/3194\/\",\"name\":\"Easy steps to create 301 Redirect\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/ownwebservers.com\/kb\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","_links":{"self":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/3194","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/comments?post=3194"}],"version-history":[{"count":2,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/3194\/revisions"}],"predecessor-version":[{"id":3196,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/3194\/revisions\/3196"}],"wp:attachment":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/media?parent=3194"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/categories?post=3194"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/tags?post=3194"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}