我正在使用IIS7.5作为Web服务器在我的计算机上学习
PHP,并且在正确完成301重定向时遇到问题.
原文链接:https://www.f2er.com/php/130330.html教程和论坛都说要使用以下内容:
Header('Location: ' . $url,true,301);
要么
Header('Location: ' . $url);
在这两种情况下,浏览器(Chrome和Firefox)都显示以下内容,而不是实际重定向:
Object Moved This document may be found here
使用FireFox Web开发人员工具栏,我检索了页眉,其中包括:
Content-Type: text/html; charset=UTF-8 Server: Microsoft-IIS/7.5 X-Powered-By: PHP/5.3.5,ASP.NET Date: Mon,21 Mar 2011 18:47:35 GMT Content-Length: 123 301 Moved Permanently