gpt4 book ai didi

linux - 301重定向网址

转载 作者:太空宇宙 更新时间:2023-11-04 04:30:25 28 4
gpt4 key购买 nike

我正在尝试使用 301 将旧网址重定向到新网址

我需要以下 301 的 RewriteQueryString 示例? http://www .example.com/search/?depId=1&typeCatId=1 为以下 http://www.example.com/mens/clothing

因此,当我在浏览器中输入长 URL 时,我会被重定向到新的较短 URL

有什么想法吗?

最佳答案

RewriteEngine On
RewriteRule ^search/\?depId=1&typeCatId=1$ /mens/clothing [R=301]

^ 尝试一下。

关于linux - 301重定向网址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3883870/

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