Ticket #1885 (new defect)
Avoid using image_block/random as an alias url for an item
| Reported by: | bharat | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.1 |
| Version: | 3.0.4 | Keywords: | |
| Cc: |
Description
It causes a second parallel set of aliases for all items which will cause crawlers to recrawl them. Two possible solutions:
1) use a 301 instead of a 302 to avoid confusion
2) add a param to the url to reset the display context. We can handle that in the framework, ie "?no_ctxt" - not sure if that'll still get crawled separately - probably not.
Change History
Note: See
TracTickets for help on using
tickets.