doufu4333 2013-07-19 06:40
浏览 53
已采纳

重新索引后,限制Magento在URL末尾递增数字

I have Multi website,Multi store Magento with many of the products with duplicate url_key's. For duplicate url_key every re-indexing operations Magento unnecessarily keeps adding new url rewrite data by incrementing numeric at the end of the url and defines these new url rewrite rule of type 'custom'. My core_url_rewrite table in mysql is already grown beyond 2GB in one month only then imagine what could be table size after one year. I need to restrict Magento incrementing numeric at the end of the URL somehow programmatically. I went through this discussion http://www.magentocommerce.com/boards/viewthread/416476/ but markf with few others do not find snowcountry's fix stable. Can you help me here with best solution? I will welcome entirely different approach as well.

  • 写回答

2条回答 默认 最新

  • doutuo3575 2013-11-24 08:28
    关注

    Yes such thing happen if you have duplicate url's. Best way is never have duplicate URL's in your system. Duplicates URL's can be given a proper suffix to make it unique. Once you have no URL's remaining in your system you can truncate core_url_rewrite table and re-index Catalog URL Rewrites.

    But in your case you can not afford to loose any Old Url then just correct you duplicate url's that you dont have any duplicate url's then reindex and everything will start working fine witout any numeric at the end. In this way neither you lost any old url they are still there pointing to new url's nor in further reindexing new url will be generated.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)