Opened 7 years ago
Last modified 7 years ago
#42167 new defect (bug)
Reading -> Static Page - domain/page/1111 duplicates home page
Reported by: | dqnisoma | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.8.2 |
Component: | General | Keywords: | 2nd-opinion |
Focuses: | Cc: |
Description
When I set a static page for Home, every url typing after domain with /page/<number> opens home page with http code 200. This is for all WP versions.
Note: See
TracTickets for help on using
tickets.
I'm not sure about this - I'm tempted to say that this isn't an error because if you didn't have a static front-page, going to
example.com/page/2
would take you to the second page of posts. But you wouldn't want to redirect to a 404 in case you were relying on query parameters for your homepage.This is working as designed I think.