如何设置 Magento 重写规则来保留 GET 参数
在我们的 Magento 商店中,我们需要一些重定向到另一个域的重写规则。我知道如何在 Magento 后端重写 URl 模块中执行此操作,但无法找到让重定向保留其参数的方法。
无论如何,在 Magento 中可以做到这一点,还是必须使用 Apache mod_rewrite 来完成?
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 Magento, or must this be done with Apache mod_rewrite?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在 apache 中实现重定向(这就是它的样子?),您需要编写 apache 规则来保留请求参数。
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.