magento url rewrite using config.xml

magento url rewrite using config.xml  

2012-08-03 14:34:22|  分类: magento|举报|字号 订阅

 
 

郁闷了两天啊

http://127.0.0.1/magento/sitemap/index/attr/code/size/value/26

这样的地址太复杂了 想简便 写法 通过正则表达是 改写就ok了 哈哈

<rewrite>
   <sitemap>
    <from><![CDATA[#^/([A-Za-z]+)/([0-9]+).html$#]]></from>
    <to>/sitemap/index/attr/code/$1/value/$2</to>
    <complete>1</complete>
   </sitemap>
  </rewrite>


http://127.0.0.1/magento/size/26.html

magento url rewrite using config.xml  

Flag Counter
原文地址:https://www.cnblogs.com/sunsoftware/p/4034949.html