Closed
Bug 779499
Opened 13 years ago
Closed 13 years ago
Add a legacy redirect / Django route for index.php?title={doc slug}
Categories
(developer.mozilla.org Graveyard :: Editing, defect, P2)
developer.mozilla.org Graveyard
Editing
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lorchard, Unassigned)
References
Details
Occasionally, a page in MindTouch would be bookmarked or linked-to like so:
https://developer.mozilla.org/index.php?title=en/Gecko_Plugin_API_Reference/Constants
As a legacy redirect, we should catch this URL pattern and respond with a 301 redirect to the new proper location.
Updated•13 years ago
|
Priority: -- → P2
| Assignee | ||
Updated•13 years ago
|
Version: Kuma → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Docs Platform → Editing
Comment 1•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/24e03b120ba4633187e5461a6c7cea6607cf6da0
fix bug 779499 - Implement legacy redirects
https://github.com/mozilla/kuma/commit/9453356a1f0fe9205461f1da4af21de525ecbc3e
Merge pull request #849 from darkwing/legacy-redirects-779499
fix bug 779499 - Implement legacy redirects
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 2•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/372efbe777e38e5e844caec0cd5e90c18a0dd99d
fix bug 779499 - remove index.php redirects
https://github.com/mozilla/kuma/commit/0fa25906b18c225f3ae2bcc2768bcfb305b9bf8d
Merge pull request #904 from darkwing/779499-remove
fix bug 779499 - remove index.php redirects
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•