{"id":31614,"date":"2024-11-25T11:54:49","date_gmt":"2024-11-25T03:54:49","guid":{"rendered":"https:\/\/fwq.ai\/blog\/31614\/"},"modified":"2024-11-25T11:54:49","modified_gmt":"2024-11-25T03:54:49","slug":"phpcms%e7%9a%84301%e5%a6%82%e4%bd%95%e6%b7%bb%e5%8a%a0%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/31614\/","title":{"rendered":"PHPCMS\u7684301\u5982\u4f55\u6dfb\u52a0\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/046\/5ef1729fa22f0205.jpg\" class=\"aligncenter\" title=\"PHPCMS\u7684301\u5982\u4f55\u6dfb\u52a0\uff1f\u63d2\u56fe\" alt=\"PHPCMS\u7684301\u5982\u4f55\u6dfb\u52a0\uff1f\u63d2\u56fe\" \/><\/p>\n<p>\u9996\u5148\u6253\u5f00\u6839\u76ee\u5f55\u4e0b\u7684\u201cindex.php\u201d\u6587\u4ef6\uff1b\u7136\u540e\u5224\u65ad\u201c$_SERVER[\u2018HTTP_HOST\u2018]\u201d\u5982\u679c\u7b49\u4e8e\u8bbe\u5b9a\u57df\u540d\u5c31\u4f7f\u7528\u51fd\u6570\u201cheader()\u201d\u5c06HTTP\u72b6\u6001\u7801\u8bbe\u7f6e\u4e3a301\uff1b\u6700\u540e\u8df3\u8f6c\u6307\u5b9a\u7684URL\u5373\u53ef\u3002<\/p>\n<p><strong>\u4ee3\u7801\u793a\u4f8b<\/strong><\/p>\n<pre>$the_host&nbsp;=&nbsp;$_SERVER['HTTP_HOST'];\/\/\u53d6\u5f97\u5f53\u524d\u57df\u540d\n\nif(strtolower($the_host)&nbsp;!=&nbsp;'test.com')\/\/\u628a\u8fd9\u91cc\u7684\u57df\u540d\u6362\u4e0a\u4f60\u60f3\u8981\u7684\n{&nbsp;\n\t$URIRedirect=$_SERVER['REQUEST_URI'];&nbsp;\/\/\u83b7\u53d6\u57df\u540d\u540e\u7684\u53c2\u6570\n\n\tif(strtolower($URIRedirect)==\"\/index.php\")\/\/\u5224\u65ad\u662f\u53c2\u6570\u4e3a\/index.php\u5c31\u663e\u793a\u4e3a\/\n\t{\n\n\t$URIRedirect=\"\/\";\n\n\t}\n\n\theader(\"HTTP\/1.1&nbsp;301&nbsp;Moved&nbsp;Permanently\");\/\/\u53d1\u51fa301\u5934\u90e8\n\n\theader(\"Location:&nbsp;http:\/\/www.test.com\"&nbsp;.&nbsp;$URIRedirect);\/\/\u8df3\u8f6c\u5230\u4f60\u5e0c\u671b\u7684\u5730\u5740\u683c\u5f0f\n\n\texit();\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<blockquote><p>\n  \u63a8\u8350\u6559\u7a0b\uff1a\u300aPHPCMS\u6559\u7a0b\u300b\n<\/p><\/blockquote>\n<p>\u4ee5\u4e0a\u5c31\u662fPHPCMS\u7684301\u5982\u4f55\u6dfb\u52a0\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u9996\u5148\u6253\u5f00\u6839\u76ee\u5f55\u4e0b\u7684\u201cindex.php\u201d\u6587\u4ef6\uff1b\u7136\u540e\u5224\u65ad\u201c$_SERVER[\u2018HTTP_HOST\u2018]\u201d\u5982\u679c\u7b49\u4e8e\u8bbe\u5b9a\u57df\u540d\u5c31\u4f7f\u7528\u51fd\u6570\u201cheader()\u201d\u5c06HTTP\u72b6\u6001\u7801\u8bbe\u7f6e\u4e3a301\uff1b\u6700\u540e\u8df3\u8f6c\u6307\u5b9a\u7684URL\u5373\u53ef\u3002 \u4ee3\u7801\u793a\u4f8b $the_host&nbsp;=&nbsp;$_SERVER[&#8216;HTTP_HOST&#8217;];\/\/\u53d6\u5f97\u5f53\u524d\u57df\u540d if(strtolower($the_host)&nbsp;!=&nbsp;&#8216;test.com&#8217;)\/\/\u628a\u8fd9\u91cc\u7684\u57df\u540d\u6362\u4e0a\u4f60\u60f3\u8981\u7684 {&nbsp; $URIRedirect=$_SERVER[&#8216;REQUEST_URI&#8217;];&nbsp;\/\/\u83b7\u53d6\u57df\u540d\u540e\u7684\u53c2\u6570 if(strtolower($URIRedirect)==&#8221;\/index.php&#8221;)\/\/\u5224\u65ad\u662f\u53c2\u6570\u4e3a\/index.php\u5c31\u663e\u793a\u4e3a\/ { $URIRedirect=&#8221;\/&#8221;; } header(&#8220;HTTP\/1.1&nbsp;301&nbsp;Moved&nbsp;Permanently&#8221;);\/\/\u53d1\u51fa301\u5934\u90e8 header(&#8220;Location:&nbsp;http:\/\/www.test.com&#8221;&nbsp;.&nbsp;$URIRedirect);\/\/\u8df3\u8f6c\u5230\u4f60\u5e0c\u671b\u7684\u5730\u5740\u683c\u5f0f exit(); } \u767b\u5f55\u540e\u590d\u5236 \u63a8\u8350\u6559\u7a0b\uff1a\u300aPHPCMS\u6559\u7a0b\u300b \u4ee5\u4e0a\u5c31\u662fPHPCMS\u7684301\u5982\u4f55\u6dfb\u52a0\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-31614","post","type-post","status-publish","format-standard","hentry","category-cms"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31614","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=31614"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31614\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=31614"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=31614"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=31614"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}