weixelbaumer / Leytech_FixUrlRewrites

A Magento extension to fix the longstanding URL re-indexing bug in Magento 1.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix for URL re-indexing bug in Magento 1.x

This extension provides a fix for the longstanding URL re-indexing bug in Magento 1.x.

If the core_url_rewrite table (as shown in URL Rewrite Management) is becoming very full and generating URLs with random numbers after them (e.g. www.example.com/example-123) then you've likely hit this bug.

Affected versions: Magento CE 1.7.x - 1.9.x

Rewrites

This module rewrites the Mage_Catalog_Model_Url model

References

Stack Exchange: https://magento.stackexchange.com/q/1565/4087

Gist: https://gist.github.com/edannenberg/5310008

Support

This extension is provided free of charge as-is. We don't provide free support.

Contribute

Pull requests and feedback welcome.

About

A Magento extension to fix the longstanding URL re-indexing bug in Magento 1.x

License:MIT License


Languages

Language:PHP 100.0%