Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#39183 closed defect (bug) (duplicate)

Possible error in permalinks/slugs

Reported by: blogalizate's profile Blogalizate Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.7
Component: Permalinks Keywords:
Focuses: Cc:

Description

Hello,

Apologies, but my English is not good.

I belong to the Spanish community of WordPress and have detected a possible error when generating the url or slug.

If you access, for example, example.com/page-slug/ you can also access that same page with example.com/page-slug/12345/ and up to 19 numbers (example.com/page-slug/1234567890123456789/ ) But not letters or other characters.

Is it a bug or not?

Thank you!

Change History (2)

#1 follow-up: @dd32
8 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

@Blogalizate In this case, you're accessing the pages of the post, but in the event that the post has no pages, it fails to perform the redirect to the main page.

See #28081 for where we're tracking this.

#2 in reply to: ↑ 1 @Blogalizate
8 years ago

Replying to dd32:

@Blogalizate In this case, you're accessing the pages of the post, but in the event that the post has no pages, it fails to perform the redirect to the main page.

See #28081 for where we're tracking this.

Thanks for the info @dd32 !

Note: See TracTickets for help on using tickets.