*

MB Themes

Re: Url friend no work why?
« Reply #15 on: May 24, 2022, 08:45:34 PM »
PM ftp and ocadmin login
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: Url friend no work why?
« Reply #16 on: May 24, 2022, 08:51:06 PM »
Sended PM
hostoki.com

*

MB Themes

Re: Url friend no work why?
« Reply #17 on: May 25, 2022, 08:54:24 AM »
You have updated URL for static pages,
Original: {PAGE_SLUG}-p{PAGE_ID}
Yours: {PAGE_SLUG}

Now when you enter category page i.e. https://tobaratos.com/inmuebles, Osclass things it is static page (based on structure) and has not found it, results in 404.

If you used {CATEGORIES}.html, this was automatically not matching to page slug and was working correctly.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: Url friend no work why?
« Reply #18 on: May 25, 2022, 09:03:17 AM »
yes but no want ID en my PAGE https://tobaratos.com/politica-de-privacidad-p23

Original: {PAGE_SLUG}-p{PAGE_ID}

only want  {PAGE_SLUG}

example.com/about


NO WANT   example.com/about-p24   only want   example.com/about
hostoki.com

*

MB Themes

Re: Url friend no work why?
« Reply #19 on: May 25, 2022, 09:09:42 AM »
That is your stuff, I explained you problem you created with your configuration.
Configure properly and vicely.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: Url friend no work why?
« Reply #20 on: May 25, 2022, 09:12:22 AM »
but OSCLASS before working STATIC PAGE {PAGE_SLUG}

and CATEGORY BEFORE {CATEGORIES}

no osclas 8.0.2 no work?
hostoki.com

Marked as best answer by frosticek on May 25, 2022, 10:03:24 AM
*

MB Themes

Re: Url friend no work why?
« Reply #21 on: May 25, 2022, 09:48:16 AM »
It was not, tested on Osclass 8.0.0, behavior is same. It could never work like that and if it worked, it was bug. Maybe subcategory would work.
URL config should be unique, i.e using:
Code: [Select]
content/{PAGE_SLUG}
instead of:
Code: [Select]
{PAGE_SLUG}
Will make static pages uniquely identified (identification what kind of content is based on URL), so if I open:
domain.com/content/example-page

Osclass automatically identifies it is static page.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: Url friend no work why?
« Reply #22 on: May 25, 2022, 09:54:19 AM »
OK thank you...
hostoki.com