Today I am going to share a simple URL rewriting in Magento if you’re not familiar with it. If you’re newbie in Magento, deleting a product and creating another product with the same name will need the URL rewriting as the newly created product cannot take the old URL as it is already present in the Magento. So for getting rid out of that old URL all you have to do is delete that URL from the “Catalog à URL Rewrite Management” and that’s it. The old URL is now yours! There is also another method to use that old URL.
Follow this process to do so.
- Go to URL Rewrite Management from Catalog –> URL Rewrite Management
- Click on “Add URL Rewrite” to redirect a URL.
- Select “Custom” URL redirection from the given options.
- Fill-out the blank fields of “ID Path” with a unique name, “Request Path” with a URL where you want your URL to be redirected, “Target Path” with from where you want your page to be redirected and select “Permanent (301)”.
If you follow the steps, you will be able to redirect your new URL to the old one.
Comment your feedback & queries.
July 28, 2012 at 9:32 am
[…] time ago, I’ve showed that how you can redirect URLs in Magento using URL Rewrite Management built in feature of Magento. Sometimes it happens when you can’t redirect URL using URL Rewrite […]