Closed
Bug 554509
Opened 15 years ago
Closed 15 years ago
[PAMO][r->z] monitor and discovery URLs
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: oremj)
Details
Please redirect the following URLs to zamboni:
https://preview.addons.mozilla.org/z/services/monitor -> /services/monitor
Eventually that will replace https://preview.addons.mozilla.org/services/monitor.php, but in the mean time monitor.php should continue to work as well.
https://preview.addons.mozilla.org/z/discovery -> /discovery
This is a new URL, please rewrite it so it doesn't need the /z/. Note that this may have any combination of none, an application (eg. firefox), or a language prepended to it.
Thanks!
Assignee | ||
Updated•15 years ago
|
Assignee: server-ops → jeremy.orem+bugs
Assignee | ||
Comment 1•15 years ago
|
||
Added:
RewriteRule ^(/services/monitor)$ /z$1 [PT]
RewriteRule ^((?:/[^/]+){0,2}/discovery(?:/.*)?)$ /z$1 [PT]
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 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
•