Closed
Bug 582073
Opened 15 years ago
Closed 15 years ago
Redirect /forum/1 to /questions
Categories
(support.mozilla.org :: Questions, task, P2)
support.mozilla.org
Questions
Tracking
(Not tracked)
VERIFIED
FIXED
1.5.6
People
(Reporter: jsocol, Assigned: jsocol)
References
Details
Attachments
(1 file)
|
1005 bytes,
patch
|
Details | Diff | Splinter Review |
As in the discussion forums, we need to redirect /forum/1 to /questions, including any number after the /1.
| Assignee | ||
Comment 1•15 years ago
|
||
This fixes both this and bug 582059 (rewrites for the flaggit app).
Ricky! Is this complete for the flaggit app?
Paul! r?
Attachment #460361 -
Flags: review?(paulc)
Attachment #460361 -
Flags: feedback?(rrosario)
Comment 2•15 years ago
|
||
(In reply to comment #1)
> Ricky! Is this complete for the flaggit app?
The flagit part looks good.
> +RewriteRule ^([\-a-zA-Z]+)/forum/1(.*) /en-US/questions$2 [L,QSA,R=301]
Are you redirecting all locales to en-US intentionally?
| Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Are you redirecting all locales to en-US intentionally?
Yes. The questions app isn't currently going to be localized.
| Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 5•15 years ago
|
||
https://support-stage.mozilla.com/en-US/forum/123 redirects to
https://support-stage.mozilla.com/en-US/forum/questions23 with a Page not Found error
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 6•15 years ago
|
||
https://support-stage.mozilla.com/en-US/forum/123
That URL is not part of this bug.
https://support-stage.mozilla.com/en-US/forum/1/123
is part of this bug.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•15 years ago
|
Attachment #460361 -
Flags: review?(paulc)
Attachment #460361 -
Flags: feedback?(rrosario)
You need to log in
before you can comment on or make changes to this bug.
Description
•