Closed
Bug 1324418
Opened 9 years ago
Closed 9 years ago
Redirect /get-involved
Categories
(support.mozilla.org :: Lithium Migration, task)
support.mozilla.org
Lithium Migration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: giorgos, Unassigned)
References
Details
Redirect the following urls
/get-involved -> /t5/custom/page/page-id/get-involved
/get-involved/l10n -> /t5/custom/page/page-id/get-involved-l10n
/get-involved/questions -> /t5/custom/page/page-id/get-involved-questions
/get-involved/kb -> /t5/custom/page/page-id/get-involved-kb
/get-involved/army-of-awesome -> /t5/custom/page/page-id/get-involved-social
| Reporter | ||
Comment 1•9 years ago
|
||
~$ curl -u mozilla:$PASSWORD "http://migration26.stage.lithium.com/get-involved" -I
HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Dec 2016 13:04:09 GMT
Server: Apache
Location: http://migration26.stage.lithium.com/t5/custom/page/page-id/get-involved
Connection: close
Content-Type: text/html; charset=iso-8859-1
~$ curl -u mozilla:$PASSWORD "http://migration26.stage.lithium.com/get-involved/l10n" -I
HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Dec 2016 13:04:34 GMT
Server: Apache
Location: http://migration26.stage.lithium.com/t5/custom/page/page-id/get-involved-l10n
Connection: close
Content-Type: text/html; charset=iso-8859-1
~$ curl -u mozilla:$PASSWORD "http://migration26.stage.lithium.com/get-involved/questions" -I
HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Dec 2016 13:04:39 GMT
Server: Apache
Location: http://migration26.stage.lithium.com/t5/custom/page/page-id/get-involved-questions
Connection: close
Content-Type: text/html; charset=iso-8859-1
~$ curl -u mozilla:$PASSWORD "http://migration26.stage.lithium.com/get-involved/kb" -I
HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Dec 2016 13:04:43 GMT
Server: Apache
Location: http://migration26.stage.lithium.com/t5/custom/page/page-id/get-involved-kb
Connection: close
Content-Type: text/html; charset=iso-8859-1
~$ curl -u mozilla:$PASSWORD "http://migration26.stage.lithium.com/get-involved/army-of-awesome" -I
HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Dec 2016 13:04:51 GMT
Server: Apache
Location: http://migration26.stage.lithium.com/t5/custom/page/page-id/get-involved-social
Connection: close
Content-Type: text/html; charset=iso-8859-1
You need to log in
before you can comment on or make changes to this bug.
Description
•