Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a category whose URL key is toys, which was accidentally also the URL key for a product. Therefore everytime I visited toys.html, It was redirected to the product page and not the category one.

Now, I have changed the product URL to something else, but still the category page redirects to the product page only. Please tell me how to solve this issue.

This is the category LINK

UPDATE :- When i renamed the toys category to toys-arena, it started working. So I have renamed the URL using toys-arena.html

share|improve this question
Try to do reindex – Roman Snitko Sep 18 '12 at 14:26
I did that. But it didnt helped – Pankaj Upadhyay Sep 18 '12 at 14:37

1 Answer

up vote 1 down vote accepted

Go into the magento admin area, Catalog -> URL Rewrites

you can then search for you product or category url, and edit or delete them. you can delete any old reqrites you no longer want to use.

share|improve this answer
Thanks a ton !! – Pankaj Upadhyay Sep 18 '12 at 18:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.