此URL

Redirect 301 /productdetail.php?pId=11390&base=1 http://domain.com/new-magento-url.html
.

工作

Redirect 301 /supertest http://domain.com/new-magento-url.html
.

我可以看到它是.php,但我如何除此之外是什么?

有帮助吗?

解决方案

RewriteCond %{QUERY_STRING} pId=11390&base=1
RewriteRule productdetail.php http://example.com/new-magento-url.html? [R=301,L]
.

应匹配所需的查询字符串并执行重定向。将其放在最后的索引whp

上方

许可以下: CC-BY-SA归因
scroll top