301跳转问题 Unable to open WampServer's config file

php以前做301跳转是可以这样写的 ,手册有例子

第二种非凡环境是以“Location:”标头。它不可是把这个标头发送回欣赏器,它还将一个 REDIRECT(302)状态码返回给欣赏器,除非之前已经发出了某个 3xx 状态码。

header('Location: ',true,301); 功效呈现这个错误

Unable to open WampServer's config file, please change path in index.php file

写成以前的就OK

header('HTTP/1.1 301 Moved Permanently'); header('Location: ');

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/7762.html