Closed
Bug 773499
Opened 12 years ago
Closed 12 years ago
Allow users to prepend the URL with the /country to specify country store
Categories
(Marketplace Graveyard :: Consumer Pages, enhancement, P5)
Tracking
(Not tracked)
VERIFIED
FIXED
2012-07-19
People
(Reporter: krupa.mozbugs, Assigned: cvan)
References
Details
Let us make it easy for users to change country stores. So /Brazil should redirect to /?region=brazil.
Assignee | ||
Comment 1•12 years ago
|
||
I came up with this idea - https://github.com/mozilla/zamboni/blob/master/mkt/site/middleware.py#L74 - for the record!
Assignee: nobody → cvan
Severity: normal → enhancement
Priority: -- → P5
Target Milestone: --- → 2012-07-19
Assignee | ||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Summary: Allow users to append the URL with the /country to specify country store → Allow users to prepend the URL with the /country to specify country store
Reporter | ||
Comment 3•12 years ago
|
||
[13:37:11.516] GET https://marketplace-dev.allizom.org/brazil [HTTP/1.1 302 FOUND 35ms]
[13:37:11.622] GET https://marketplace-dev.allizom.org/?region=brazil [HTTP/1.1 200 OK 424ms]
verified fixed
On typo (example: /Brazul, we show a 404)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•