Osclass forums

Support forums => General help => Topic started by: ralfpalmeiras on September 25, 2016, 06:40:56 pm

Title: Next Page (Pagination) in subcategory - Error 404
Post 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}"
Title: Re: Next Page (Pagination) in subcategory - Error 404
Post by: behzadpz on July 21, 2019, 12:02:51 am
HI there,

Just use this for category url in Settings/Permalinks

Category URL: {CATEGORY_NAME}

Good luck!