Hi,
What category slug should I use to get urls like: example.com/category-name or example.com/subcategory-name
I tried some variations and some don't work at all and some give duplicate id's like /category/96/96
If I use {CATEGORY_NAME} I get 404 errors for category pages.
If I use {CATEGORY_NAME}/{CATEGORY_ID} I get the duplicated ID like above.
If I use {CATEGORIES} if works for subcategories but I get 404 errors for category pages.