gpt4 book ai didi

Google App Engine 中的 PHP header() 重定向

转载 作者:搜寻专家 更新时间:2023-10-31 21:29:03 24 4
gpt4 key购买 nike

我尝试在 Google App 引擎实例上使用 header 重定向

header("HTTP/1.1 301 Moved Permanently");
header("Location: http://".$location);
header("Connection: close");
die();

它在我的本地开发环境中工作。在 Google App Engine 上,我收到 301,但它没有重定向到新位置,而是出现白屏。

最佳答案

这是一个编码问题。我必须对 $location 的所有部分进行 urlencode()。在我本地的 MAMP 环境中没有问题。

关于Google App Engine 中的 PHP header() 重定向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32227855/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com