Closed
Bug 569460
Opened 16 years ago
Closed 16 years ago
[next.amo] sync next's rewrites with preview
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jbalogh, Assigned: oremj)
Details
https://next.addons.mozilla.org/en-US/firefox/browse/type:1 should go to /extensions, and others I can't think of right now.
Comment 1•16 years ago
|
||
We need this to do end-to-end testing for the 5.11 release which is going live on 06/03.Upping the severity to "critical"
Severity: major → critical
| Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Comment 2•16 years ago
|
||
+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/extensions(?:/.*)?)$ /z$1 [PT]
+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/opensearch.xml)$ /z$1 [PT]
+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/personas?(?:/.*)?)$ /z$1 [PT]
+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/search(?:/.*)?)$ /z$1 [PT]
+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/(?:pages/)?(?:about|faq))$ /z$1 [PT]
+ RewriteRule ^((?:/\w{2,3}(?:-\w{2})?)?/firefoxcup.*)$ /z$1 [PT]
+ RewriteRule ^((?:/[^/]+){0,2}/themes(?:/.*)?)$ /z$1 [PT]
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•