I’m implementing a new template for a Magento site.
I have issues with categories URL. I used to access on http://localhost/category-name.html but when I changed its parent category, it stopped working, displaying a 404 page.
I’ve tried modifying SEO options on Configuration – Catalog and also rewriting indexes on the backend, with no success.
Could it be other reasons why this is happening?
Thanks in advance.
I solved this. Magento was not detecting the other categories because they were other ‘root categories’ separated from the default coming with the installation. The solution is either change the current root category to another one in System – Manage Stores OR nest the other root categories under ‘Default root category’.