0

我有 2 个目标:

-> 向谷歌询问它是永久重定向

-> 重定向完成后保留原始 url

使用此代码,重定向 url 是/index.php?com=location&lID=$1而不是location/([0-9]+)

RewriteEngine on
RewriteRule  location/([0-9]+).* /index.php?com=location&lID=$1 [R=301,L]

但是当我删除 R=301 标志(我只保留 L 标志)时,重定向 url 是好的,但我认为谷歌不会欣赏

4

0 回答 0