Magento – Redirecting old website to Magento website

301-redirectmagento-1.8url

I already finished my Magento website, now I need to redirect all old website urls to Magento url pages.

I already did "Auto-redirect to Base URL" to "Yes (301 Moved permanently)".

By the way the old website and Magento "new website" are in the same root directory, I just renamed the old index.html to indexold.html for the old website.

Thank you in advance

Best Answer

You should be able to either add redirects in your admin system (Catalog | URL Rewrite Management) or do it in a .htacess. It probably depends how many pages you need to redirect and also if your old URLs had any pattern against them - that might make RegEx an easier way to go.

There seem to be a number of plugins that might let you monitor 404s so that you can implement redirects - http://www.magentocommerce.com/magento-connect/catalogsearch/result/?q=404+manager&pl=0

Related Topic