Magento seems to magically map sub-categories of the default category to a url. For example, a product listing for category "Tops" is currently accessible at /tops.
I created a new root category for products that I do no want to show in the 'normal' product listings. I created a sub-category in my new non-default, root category. Let's call this subcategory "hidden". When I browse to /hidden I get a 404 error.
I've tried browsing to catalog/category/view/id/10 and I've created a URL rewrite in "URL Rewrite Management". Still getting a 404
How can I get Magento to list products from another root category?
