Closed Bug 548926 Opened 14 years ago Closed 14 years ago

[preview.amo] let zamboni take over /themes

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

Please add a rewrite rule to send /themes to zamboni.  It should follow the same structure as the /admin/models rewrite.
Severity: normal → major
Assignee: server-ops → jeremy.orem+bugs
Severity: major → critical
    RewriteRule ^((?:/[^/]+)?/themes(?:/.*)?) /z$1 [PT]
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
This is getting caught by something before it gets redirected to zamboni.

We should be getting a page that looks like this: https://preview.addons.mozilla.org/z/en-US/firefox/themes

But we're getting redirected to https://preview.addons.mozilla.org/en-US/firefox/browse/type:2, which is a remora page.  Is there another /themes rewrite in the httpd.conf?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Changed to:

    RewriteRule ^((?:/[^/]+){0,2}/themes(?:/.*)?)$ /z$1 [PT]
Status: REOPENED → RESOLVED
Closed: 14 years ago14 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.