1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Ticket #1885 (new defect)

Opened 11 months ago

Last modified 3 months ago

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

Changed 7 months ago by bharat

  • milestone changed from 3.0.5 to 3.0.6

Changed 3 months ago by bharat

  • milestone changed from 3.0.6 to 3.1
Note: See TracTickets for help on using tickets.