我已经为我正在处理的项目调整了Ebizmarts Customerprofile模块,我需要自动重写任何请求:
mymagestore.com/profile/USERNAME
到
mymagestore.com/customerprofile/account/view/username/USERNAME
听起来很简单,但这些是我正在考虑的选项。过去有没有人这样做过,如果有的话,你是怎么做到的?
谢谢你的时间, 威尔逊
答案 0 :(得分:0)
Zachary好点。对于任何正在寻找的人,我发现,唯一的方法是使用自定义的Magento RewriteRule来使用带有P标志的mod_proxy。
即。
RewriteRule ^profile/(.*)$ /customerprofile/account/view/username/$1 [P]
详细说明:
http://httpd.apache.org/docs/current/rewrite/flags.html#flag_p