{"id":8759,"date":"2014-11-01T16:50:53","date_gmt":"2014-11-01T16:50:53","guid":{"rendered":"https:\/\/wp.okra.host\/article\/subdomain-fall-through-behavior\/"},"modified":"2021-03-07T14:49:28","modified_gmt":"2021-03-07T13:49:28","slug":"subdomain-fall-through-behavior","status":"publish","type":"ht_kb","link":"https:\/\/kb.okra.host\/de\/article\/subdomain-fall-through-behavior\/","title":{"rendered":"Subdomain-Fall-Through-Verhalten"},"content":{"rendered":"<h2 id=\"overview\" >Overview<\/h2>\n<p>Subdomains created within the control panel via <b>Web<\/b> &gt;\u00a0<strong>Subdomains<\/strong>\u00a0will map to corresponding\u00a0<em><a title=\"Where is Site Content Served From?\" href=\"https:\/\/kb.okra.host\/web-content\/where-is-site-content-served-from\/\">document roots<\/a><\/em>. Subdomains not explicitly defined under\u00a0<strong>Web<\/strong>\u00a0&gt;\u00a0<strong>Subdomains<\/strong>, called a fall-through, will always serve content from\u00a0your primary domain located under <code>\/var\/www\/html<\/code>.<\/p>\n<p><span style=\"color: #3366ff\">Example:\u00a0<span style=\"color: #000000\">assume <em>web.mydomain.com<\/em> maps to <code>\/var\/www\/web<\/code>, and <em>mydomain.com<\/em> is the main domain that serves content from <code>\/var\/www\/html<\/code>. &#8220;<em>web<\/em>&#8221; is the only subdomain associated with the account. <\/span><\/span><\/p>\n<ul>\n<li><span style=\"color: #3366ff\"><span style=\"color: #000000\">http:\/\/web.mydomain.com will serve content from <code>\/var\/www\/web<\/code><\/span><\/span><\/li>\n<li><span style=\"color: #3366ff\"><span style=\"color: #000000\">http:\/\/www.web.mydomain.com will serve content from <code>\/var\/www\/web<\/code><\/span><\/span><\/li>\n<li><span style=\"color: #3366ff\"><span style=\"color: #000000\">http:\/\/mydomain.com serves content from <code>\/var\/www\/html<\/code><\/span><\/span><\/li>\n<li><span style=\"color: #3366ff\"><span style=\"color: #000000\">http:\/\/weeb.mydomain.com or http:\/\/adkjsdhfksaewfiujohewiuiu3b4iubfuidjnkv.mydomain.com will serve content from <code>\/var\/www\/html<\/code> (<em>fall-through behavior<\/em>)<\/span><\/span><\/li>\n<\/ul>\n<h2 id=\"solution\" >Solution<\/h2>\n<p>To stop this behavior, create a <a title=\".htaccess Guide\" href=\"https:\/\/kb.okra.host\/guides\/htaccess-guide\/\"><code>.htaccess<\/code><\/a> file under <code>\/var\/www\/html<\/code> with the following lines:<\/p>\n<pre>RewriteEngine On\r\nRewriteCond\u00a0%{HTTP_HOST}\u00a0!^(www.)?mydomain.com [NC]\r\nRewriteRule .* - [R=404,L]\r\n<\/pre>\n<p>Substitute <em>mydomain.com<\/em> with your actual domain name.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview Subdomains created within the control panel via Web &gt;\u00a0Subdomains\u00a0will map to corresponding\u00a0document roots. Subdomains not explicitly defined under\u00a0Web\u00a0&gt;\u00a0Subdomains, called a fall-through, will always serve content from\u00a0your primary domain located under \/var\/www\/html. Example:\u00a0assume web.mydomain.com maps to \/var\/www\/web, and mydomain.com is the main domain that serves content from \/var\/www\/html. &#8220;web&#8221; is&#8230;<\/p>","protected":false},"author":1,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"footnotes":""},"ht-kb-category":[54],"ht-kb-tag":[],"class_list":["post-8759","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-web-content"],"_links":{"self":[{"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb\/8759","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/comments?post=8759"}],"version-history":[{"count":1,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb\/8759\/revisions"}],"predecessor-version":[{"id":8760,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb\/8759\/revisions\/8760"}],"wp:attachment":[{"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/media?parent=8759"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb-category?post=8759"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb-tag?post=8759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}