Closed Bug 570983 Opened 14 years ago Closed 14 years ago

[amo] Expand redirect for /:locale/:app/search-engines

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jbalogh, Assigned: oremj)

References

Details

Right now https://addons.mozilla.org/en-US/firefox/search-engines redirects to a remora browse page.  zamboni links to category pages like https://addons.mozilla.org/en-US/firefox/search-engines/XXX, but those go to remora and 404.

Please expand the redirect for /search-engines$ to be `/search-engines.*`.  Whatever prefix it has now should be fine.  We want to redirect to remora and I'm not too worried about dropping the trailing XXX right now.

These links are dead on prod right now, so it's kind of important.

Please sync this out to pamo and namo as well.
Blocks: 570940
Assignee: server-ops → jeremy.orem+bugs
Severity: major → critical
Added:

RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?)/search-engines/.+$ 
               $1/search-engines/ [R,L]
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.