{"id":1,"date":"2012-02-14T14:25:38","date_gmt":"2012-02-14T14:25:38","guid":{"rendered":"http:\/\/74.53.168.84\/?p=1"},"modified":"2021-02-16T11:28:30","modified_gmt":"2021-02-16T11:28:30","slug":"how-do-i-redirect-my-site-using-a-htaccess-file","status":"publish","type":"post","link":"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/","title":{"rendered":"How do I redirect my site using a .htaccess file"},"content":{"rendered":"<h2 id=\"overview\"><a href=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/02\/htaccess.jpg\"><img fetchpriority=\"high\" decoding=\"async\" title=\"htaccess\" src=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/02\/htaccess.jpg\" alt=\"\" width=\"642\" height=\"187\" \/><\/a><\/h2>\n<h2>Overview<\/h2>\n<p>This document will explain how to create a <strong>.htaccess<\/strong> file to redirect your site or site content. This will not redirect any emails for your domains.<\/p>\n<div class=\"caution\"><strong>CAUTION:<\/strong> As a configuration file, .htaccess is very powerful.Even the slightest syntax error (like a missing space) can result in your content not displaying correctly or at all.Since .htaccess is a hidden system file, please make sure your FTP<br \/>\nclient is configured to show hidden files.<br \/>\nThis is usually an option in the program&#8217;s preferences\/options.<\/div>\n<h2 id=\"instructions\">Instructions<\/h2>\n<p>Create an empty text file using a text editor such as notepad, and save it as htaccess.txt.<\/p>\n<div class=\"cpanel-files\"><\/div>\n<pre><strong>NOTE:<\/strong> The reason you should save the file as htaccess.\r\ntxt is because many operating systems and FTP applications are\r\nunable to read or view .htaccess files by default.\r\nOnce uploaded to the server you can rename the file to .htaccess.<\/pre>\n<div class=\"space1\"><\/div>\n<p>Edit the contents of the file. Check the following examples:<\/p>\n<p>Point an entire site to a different URL, such as domain.net redirected to domain.com:<\/p>\n<div class=\"command-sh\">\n<pre><code># This allows you to redirect your entire website to any other domain \u00a0 Redirect 301 \/ http:\/\/example.com\/<\/code><\/pre>\n<\/div>\n<p>Redirect index.html to a specific subfolder:<\/p>\n<div class=\"command-sh\">\n<pre><code># This allows you to redirect index.html to a specific subfolder \u00a0 Redirect \/index.html http:\/\/example.com\/newdirectory\/<\/code><\/pre>\n<\/div>\n<p>Redirect an old file to a new file path:<\/p>\n<div class=\"cpanel-files\"><\/div>\n<pre><code># Redirect old file path to new file path \u00a0 Redirect \/olddirectory\/oldfile.html http:\/\/example.com\/newdirectory\/newfile.html<\/code><\/pre>\n<div class=\"space1\"><\/div>\n<p>Redirect to a specific index page:<\/p>\n<div class=\"command-sh\">\n<pre><code># Provide Specific Index Page (Set the default handler) \u00a0 DirectoryIndex index.html<\/code><\/pre>\n<\/div>\n<div class=\"caution\">\n<p><strong>NOTE:<\/strong><\/p>\n<ul>\n<li>If using a text editor, be sure to save the file as plain text.<\/li>\n<li>Paths to where you should save this file can be found in this article: System paths.<\/li>\n<li>The definitive guide on Apache directives that can be used in .htaccess files can be found here: http:\/\/httpd.apache.org\/docs\/mod\/core.html.<\/li>\n<\/ul>\n<\/div>\n<h2>More powerful URL changes with mod_rewrite<\/h2>\n<p>If you need to make complex changes to the way your URL displays, you should visit Using .htaccess rewrite rules. You can do things like add &#8220;www&#8221; to the beginning of your URL, redirect all requests to a subfolder but keep the rest of the URL, etc.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview This document will explain how to create a .htaccess file to redirect your site or site content. This will not redirect any emails for your domains. CAUTION: As a configuration file, .htaccess is very powerful.Even the slightest syntax error (like a missing space) can result in your content not displaying correctly or at all.Since [&#8230;]<\/p>\n<p><a class=\"understrap-read-more-link\" href=\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/\">Continue Reading&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":47,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cpanel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How do I redirect my site using a .htaccess file<\/title>\n<meta name=\"description\" content=\"This document will explain how to create a .htaccess file to redirect your site or site content. This will not redirect any emails for your domains.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How do I redirect my site using a .htaccess file\" \/>\n<meta name=\"twitter:description\" content=\"This document will explain how to create a .htaccess file to redirect your site or site content. This will not redirect any emails for your domains.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/02\/htaccess.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Farooq Omer\" \/>\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:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/\"},\"author\":{\"name\":\"Farooq Omer\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"headline\":\"How do I redirect my site using a .htaccess file\",\"datePublished\":\"2012-02-14T14:25:38+00:00\",\"dateModified\":\"2021-02-16T11:28:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/\"},\"wordCount\":273,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/02\/htaccess.jpg\",\"articleSection\":[\"Cpanel\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/\",\"name\":\"How do I redirect my site using a .htaccess file\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/02\/htaccess.jpg\",\"datePublished\":\"2012-02-14T14:25:38+00:00\",\"dateModified\":\"2021-02-16T11:28:30+00:00\",\"description\":\"This document will explain how to create a .htaccess file to redirect your site or site content. This will not redirect any emails for your domains.\",\"breadcrumb\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#primaryimage\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/02\/htaccess.jpg\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/02\/htaccess.jpg\",\"width\":642,\"height\":187},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpanelplesk.com\/wp62\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How do I redirect my site using a .htaccess file\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/\",\"name\":\"cPanel Plesk\",\"description\":\"Blog on famous hosting control panels\",\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\",\"name\":\"Farooq Omer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"width\":300,\"height\":44,\"caption\":\"Farooq Omer\"},\"logo\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/cpanelplesk.com\/wp62\/author\/fokado\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How do I redirect my site using a .htaccess file","description":"This document will explain how to create a .htaccess file to redirect your site or site content. This will not redirect any emails for your domains.","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:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/","twitter_card":"summary_large_image","twitter_title":"How do I redirect my site using a .htaccess file","twitter_description":"This document will explain how to create a .htaccess file to redirect your site or site content. This will not redirect any emails for your domains.","twitter_image":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/02\/htaccess.jpg","twitter_misc":{"Written by":"Farooq Omer","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#article","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/"},"author":{"name":"Farooq Omer","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"headline":"How do I redirect my site using a .htaccess file","datePublished":"2012-02-14T14:25:38+00:00","dateModified":"2021-02-16T11:28:30+00:00","mainEntityOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/"},"wordCount":273,"commentCount":0,"publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/02\/htaccess.jpg","articleSection":["Cpanel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/","url":"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/","name":"How do I redirect my site using a .htaccess file","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#primaryimage"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/02\/htaccess.jpg","datePublished":"2012-02-14T14:25:38+00:00","dateModified":"2021-02-16T11:28:30+00:00","description":"This document will explain how to create a .htaccess file to redirect your site or site content. This will not redirect any emails for your domains.","breadcrumb":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#primaryimage","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/02\/htaccess.jpg","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/02\/htaccess.jpg","width":642,"height":187},{"@type":"BreadcrumbList","@id":"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpanelplesk.com\/wp62\/"},{"@type":"ListItem","position":2,"name":"How do I redirect my site using a .htaccess file"}]},{"@type":"WebSite","@id":"https:\/\/cpanelplesk.com\/wp62\/#website","url":"https:\/\/cpanelplesk.com\/wp62\/","name":"cPanel Plesk","description":"Blog on famous hosting control panels","publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13","name":"Farooq Omer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","width":300,"height":44,"caption":"Farooq Omer"},"logo":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/"},"url":"https:\/\/cpanelplesk.com\/wp62\/author\/fokado\/"}]}},"_links":{"self":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/comments?post=1"}],"version-history":[{"count":0,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/1\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media\/47"}],"wp:attachment":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media?parent=1"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/categories?post=1"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/tags?post=1"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}