301 Redirect Explained
2008年06月20日 19:10 • 查看 35 次 • 打印本文
A 301 status code returned by the Webserver my the browser that the requested URL has moved and passes a parameter containing the new location back to my server. So, included in the response is a “Location header” with the new location. My browser then makes another request for the new URL.
评论
发表评论