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)

task
Not set
normal

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!
Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/2499]
Assignee: server-ops-webops → cliang
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>
Yep, looks perfect thanks!
Redirect applied to production. Please flag me down in IRC if there are issues.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.