【发布时间】:2016-02-22 21:06:23
【问题描述】:
我在 mageworld onestepcheckout 的 config.xml 中有 rewrite 标签。
<rewrite>
<mw_onestepcheckout_index>
<from><![CDATA[#^/checkout/onepage/#]]></from>
<to>/onestepcheckout/index/</to>
</mw_onestepcheckout_index>
</rewrite>
但问题是它会将子域 url 重定向到 http://child.domain/index.php/checkout/onepage/success/
https://parent.domain/index.php/onestepcheckout/index/success/
知道如何解决吗?
【问题讨论】:
标签: xml magento magento-1.6