gpt4 book ai didi

php - 我应该使用什么 HTTP 重定向状态来链接异地?

转载 作者:可可西里 更新时间:2023-11-01 17:16:03 26 4
gpt4 key购买 nike

通过 Google 随机浏览我的网站时,我注意到它显示远程重定向为本地文件。现在这可能是好事也可能是坏事,但我想知道如何解决这个问题才不会发生这种情况?

我目前正在使用 PHP 和 header('Location: ... 发送 302 重定向。查看 HTTP status codes 的列表,我猜我应该是使用 303 重定向到异地重定向。有没有人能在这里帮助我,确认/否认这一点,或者告诉我应该怎么做?

显然,由于我无法告诉谷歌根据命令重新索引我的网站,所以我无法自行测试这个问题......

最佳答案

303 status code旨在用于响应重定向到不同资源的 POST 请求:

This method exists primarily to allow the output of a POST-activated script to redirect the user agent to a selected resource.

在您的情况下,您应该使用 301 status code对于永久重定向:

The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.

或者您使用临时重定向 ( 302/307 ) 并告诉搜索引擎不要索引该文档。

关于php - 我应该使用什么 HTTP 重定向状态来链接异地?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1613029/

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