#11696 closed defect (bug) (fixed)
canonical redirect isn't working for paged=1
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | major | Version: | |
| Component: | Canonical | Keywords: | |
| Focuses: | Cc: |
Description
title should be self-explanatory
Change History (9)
#5
follow-up:
↓ 6
@
16 years ago
This is going to cause redirects in empty categories :(
In other words, if I create a category with slug cat1 and put nothing in it, then we now have /category/cat1/page/1/ returning status 302 instead of 404. :(
#6
in reply to:
↑ 5
@
16 years ago
Replying to miqrogroove:
In other words, if I create a category with slug cat1 and put nothing in it, then we now have /category/cat1/page/1/ returning status 302 instead of 404. :(
That's what #11857 is about. Currently, if you visit /category/cat1/page/100000000 it'll return a status 200.
Note: See
TracTickets for help on using
tickets.
paged=$too_much is also broken. it should return a 404 error, or maybe 301 redirect to the first page.