{"id":3262,"date":"2021-10-21T11:06:59","date_gmt":"2021-10-21T11:06:59","guid":{"rendered":"https:\/\/ownwebservers.com\/kb\/?p=3262"},"modified":"2021-10-21T11:06:59","modified_gmt":"2021-10-21T11:06:59","slug":"steps-to-set-wordpress-to-ignore-a-file-path","status":"publish","type":"post","link":"https:\/\/ownwebservers.com\/kb\/steps-to-set-wordpress-to-ignore-a-file-path\/","title":{"rendered":"Steps to Set WordPress to Ignore a File Path"},"content":{"rendered":"<p>Sometimes, it&#8217;s necessary to permit access to a file or directory however don\u2019t need a sub domain. For instance, once you upload a file or folder to your public_html directory, however WordPress shows a 404 error whereas trying to access its file path. In such cases, you can create a rewrite condition within your .htaccess file to force your WordPress web site to ignore the file path of that file. With this a file \u2013 e.g. domain.com\/file.html \u2013 can get displayed as is rather than embedded as a part of the parent WordPress web site.<\/p>\n<p>Let&#8217;s see the steps to Edit WordPress to Ignore a File Path<\/p>\n<p>1. Login to your account via SSH or cPanel File Editor, navigate to your WordPress directory.<\/p>\n<p>2. Open your web site with .htaccess file.<\/p>\n<p>3. Check below the default WordPress .htaccess file:<\/p>\n<blockquote><p><strong># BEGIN WordPress<\/strong><\/p>\n<p><strong>RewriteEngine On<\/strong><br \/>\n<strong>RewriteBase \/<\/strong><br \/>\n<strong>RewriteRule ^index\\.php$ \u2013 [L]<\/strong><br \/>\n<strong>RewriteCond %{REQUEST_FILENAME} !-f<\/strong><br \/>\n<strong>RewriteCond %{REQUEST_FILENAME} !-d<\/strong><br \/>\n<strong>RewriteRule . \/index.php [L]<\/strong><\/p>\n<p><strong># END WordPress<\/strong><\/p><\/blockquote>\n<p>You need to add the below given code above the RewriteCond lines, replacing file with the file path to your saved files:<\/p>\n<blockquote><p><strong>RewriteCond $1 !^(\/file)<\/strong><\/p><\/blockquote>\n<p>4. Then save your changes.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes, it&#8217;s necessary to permit access to a file or directory however don\u2019t need a sub domain. For instance, once you upload a file or folder to your public_html directory, however WordPress shows a 404 error whereas trying to access its file path. In such cases, you can create a rewrite condition within your .htaccess [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-3262","post","type-post","status-publish","format-standard","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v15.2.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Steps to Set WordPress to Ignore a File Path - 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\/steps-to-set-wordpress-to-ignore-a-file-path\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Steps to Set WordPress to Ignore a File Path - OWS KB\" \/>\n<meta property=\"og:description\" content=\"Sometimes, it&#8217;s necessary to permit access to a file or directory however don\u2019t need a sub domain. For instance, once you upload a file or folder to your public_html directory, however WordPress shows a 404 error whereas trying to access its file path. In such cases, you can create a rewrite condition within your .htaccess [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ownwebservers.com\/kb\/steps-to-set-wordpress-to-ignore-a-file-path\/\" \/>\n<meta property=\"og:site_name\" content=\"OWS KB\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-21T11:06:59+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\/steps-to-set-wordpress-to-ignore-a-file-path\/#webpage\",\"url\":\"https:\/\/ownwebservers.com\/kb\/steps-to-set-wordpress-to-ignore-a-file-path\/\",\"name\":\"Steps to Set WordPress to Ignore a File Path - OWS KB\",\"isPartOf\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\"},\"datePublished\":\"2021-10-21T11:06:59+00:00\",\"dateModified\":\"2021-10-21T11:06:59+00:00\",\"author\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\"},\"breadcrumb\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/steps-to-set-wordpress-to-ignore-a-file-path\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ownwebservers.com\/kb\/steps-to-set-wordpress-to-ignore-a-file-path\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/steps-to-set-wordpress-to-ignore-a-file-path\/#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\/steps-to-set-wordpress-to-ignore-a-file-path\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/steps-to-set-wordpress-to-ignore-a-file-path\/\",\"name\":\"Steps to Set WordPress to Ignore a File Path\"}}]},{\"@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\/3262","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=3262"}],"version-history":[{"count":1,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/3262\/revisions"}],"predecessor-version":[{"id":3263,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/3262\/revisions\/3263"}],"wp:attachment":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/media?parent=3262"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/categories?post=3262"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/tags?post=3262"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}