magehost_rewritefix icon indicating copy to clipboard operation
magehost_rewritefix copied to clipboard

This free open source extension solves a problem most big ‪#‎Magento‬ 1.x shops face: an ever growing huge URL Rewrite table. This extension solves a still existing bug in Magento 1.x which creates un...

Results 1 magehost_rewritefix issues
Sort by recently updated
recently updated
newest added

```sql DELETE FROM `core_url_rewrite` WHERE `is_system`=1 AND `id_path` LIKE 'product/%' AND `product_id` NOT IN (SELECT entity_id FROM catalog_product_entity) ``` and ```sql DELETE FROM `core_url_rewrite` WHERE `is_system`=1 AND `id_path` LIKE 'category/%'...