开发者

How to setup a Magento rewrite rule that keeps it's GET parameters

开发者 https://www.devze.com 2023-01-24 10:01 出处:网络
In our Magento shop we need a few rewrite rules that redirect to another domain. I know how to do that in the Magento Backend Rewrite URl Module, but cannot find a way to let the redirect keep it\'s p

In our Magento shop we need a few rewrite rules that redirect to another domain. I know how to do that in the Magento Backend Rewrite URl Module, but cannot find a way to let the redirect keep it's parameters.

Is there anyway to do this in Magen开发者_开发技巧to, or must this be done with Apache mod_rewrite?


If you're implementing the redirect in apache (which is what it looks like?), you'll need to write the apache rule to keep the request parameters.

0

精彩评论

暂无评论...
验证码 换一张
取 消