Closed
Bug 781631
Opened 13 years ago
Closed 13 years ago
Create user friendly redirects for coding dashboards
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: davidwboswell, Assigned: cturra)
Details
We're going to be making two coding dashboards public soon and it would be good to have user friendly URLs that we could use for sharing. Could you please create the following redirects?
http://arewegrowingyet.com/codingtrends
redirects to
https://metrics.mozilla.com/data/content/pentaho-cdf-dd/Render?solution=community&path=%2Fdashboards&file=contributionTrends.wcdf
http://arewegrowingyet.com/codingmap
redirects to
https://metrics.mozilla.com/data/content/pentaho-cdf-dd/Render?solution=community&path=%2Fdashboards&file=contributorMap.wcdf
Assignee | ||
Updated•13 years ago
|
Assignee: server-ops-webops → cturra
Assignee | ||
Comment 1•13 years ago
|
||
redirects in place as requested.
$ curl -I www.arewegrowingyet.com/codingtrends
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: pp-web04
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Fri, 10 Aug 2012 07:25:05 GMT
Location: https://metrics.mozilla.com/data/content/pentaho-cdf-dd/Render?solution=community&path=%2Fdashboards&file=contributionTrends.wcdf
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
$ curl -I www.arewegrowingyet.com/codingmap
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: pp-web02
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Fri, 10 Aug 2012 07:24:59 GMT
Location: https://metrics.mozilla.com/data/content/pentaho-cdf-dd/Render?solution=community&path=%2Fdashboards&file=contributorMap.wcdf
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 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
•