leytech / leytech_fixurlrewrites
Module to fix the longstanding URL re-indexing bug in Magento 1.x
Installs: 116
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento-module
Requires
- php: >=5.4.0
- magento-hackathon/magento-composer-installer: *
This package is not auto-updated.
Last update: 2024-10-27 04:28:26 UTC
README
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.