Osclass forums
Support forums => General help => Topic started by: ralfpalmeiras on September 25, 2016, 06:40:56 pm
-
I created new categories, but the paging is generating 404 in Categories
Example:
http://site.com/category/subcategory/2
Page 2 - Error 404 only with urls friendly
Listing URL: {CATEGORIES}/{ITEM_ID}/{ITEM_TITLE}
Page URL: {PAGE_SLUG}
Category URL: {CATEGORIES}
Listing URL: (Error)
{CATEGORIES}/{ITEM_TITLE}/{ITEM_ID}
Listing URL: (Working)
{CATEGORIES}/{ITEM_TITLE}-{ITEM_ID}
How to use "/{ITEM_ID}" instead of "-{ITEM_ID}"
-
HI there,
Just use this for category url in Settings/Permalinks
Category URL: {CATEGORY_NAME}
Good luck!