301 Redirects in Magento
- Navigate to Catalog > URL Rewrite Management
- Click the “Add Urlrewrite” button
- Select “Custom” from the “Create Urlrewrite” drop-down menu
- The “Urlrewrite Information” form would be completed thusly:
ID Path: old-url.html
Request Path: old-url.html
Target Path: http://www.domain.com/new-url.html
Redirect: Permanent (301)
Here targeted path would be new URL where you want to redirect old site pages.