Closed
Bug 608392
Opened 15 years ago
Closed 15 years ago
[pn]amo Let zamboni have /:locale/:app/downloads.*
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jbalogh, Assigned: oremj)
References
Details
This is going to confuse QA so I would fix it quickly unless you want to endure the wrath of Krupa.
Updated•15 years ago
|
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•15 years ago
|
||
According to bug 609397 this didn't happen
| Assignee | ||
Comment 3•15 years ago
|
||
I have this right now:
RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/downloads.*)$ /z$1 [PT]
| Assignee | ||
Comment 4•15 years ago
|
||
Should be fixed now:
- RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/downloads.*)$ /z$1 [PT]
+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)?(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/downloads.*)$ /z$1 [PT]
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•