Closed
Bug 1241954
Opened 9 years ago
Closed 9 years ago
[MDN] Redirect from /media/uploads/demos/* to https://developer.mozilla.org/docs/Web/Demos_of_open_web_technologies
Categories
(Infrastructure & Operations Graveyard :: WebOps: Community Platform, task)
Infrastructure & Operations Graveyard
WebOps: Community Platform
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: openjck, Assigned: cliang)
Details
(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/2499] )
One last Demo Studio request. Unfortunately, we're not able to redirect away from /media ourselves (see bug 1145793). Can we set up the following redirect?
/media/uploads/demos/* -> https://developer.mozilla.org/docs/Web/Demos_of_open_web_technologies
Thanks!
| Assignee | ||
Updated•9 years ago
|
Assignee: server-ops-webops → cliang
| Assignee | ||
Comment 1•9 years ago
|
||
Redirect implemented on -stage. Please confirm that it works as intended and I'll apply it to production. =)
$ curl https://developer.allizom.org/media/uploads/demos/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://developer.mozilla.org/docs/Web/Demos_of_open_web_technologies/">here</a>.</p>
</body></html>
$ curl https://developer.allizom.org/media/uploads/demos/foo
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://developer.mozilla.org/docs/Web/Demos_of_open_web_technologies/">here</a>.</p>
</body></html>
| Reporter | ||
Comment 2•9 years ago
|
||
Yep, looks perfect thanks!
| Assignee | ||
Comment 3•9 years ago
|
||
Redirect applied to production. Please flag me down in IRC if there are issues.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 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
•