How we are remove all products URL rewrites - magento source24


How we are remove all products URL rewrites - 


👉To remove all URL rewrites related to the products you can use that run SQL Query : 


How we are remove all products URL rewrites - magento source24


DELETE FROM url_rewrite WHERE entity_type='product';


👉 If you want just to remove the All URL rewrites that were automatically generated you can use this one SQL Query : 


How we are remove all products URL rewrites - magento source24


DELETE FROM url_rewrite WHERE entity_type='product' AND is_autogenerated='1';






Deepak Kumar Bind

Success is peace of mind, which is a direct result of self-satisfaction in knowing you made the effort to become the best of which you are capable.

Post a Comment

If you liked this post please do not forget to leave a comment. Thanks

Previous Post Next Post