Magento 1.9 – How to Export and Import URL Rewrite Rules

magento-1.9sql

We are on migration process, and need to migrate 5000 URL rewrite rules.

Could I do it via SQL? How?

Someone have a suggestion?

Best Answer

Export the core_url_rewrite table with any SQL tool you have handy like phpMyAdmin and then reimport it in the other Magento store. Reindex and flush cache and all the rewrites should be there.

Related Topic