Closed
Bug 467373
Opened 16 years ago
Closed 16 years ago
Set up redirects for beta 1 start page.
Categories
(Mozilla Messaging Graveyard :: Server Operations, defect, P2)
Mozilla Messaging Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Assigned: gozer)
References
Details
We need redirects for the beta 1 start page.
We need to redirect the following:
http://live.mozillamessaging.com/%APP%/start?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%
http://live.mozillamessaging.com/%APP%/firstrun?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%
to:
http://www.mozillamessaging.com/en-US/thunderbird/3.0b1/start/
only when %VERSION% = 3.0b1
Reporter | ||
Updated•16 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•16 years ago
|
||
Done.
$> lwp-request -m GET -edsS 'http://live.mozillamessaging.com/thunderbird/start?version=3.0b1' | head -n2
GET http://live.mozillamessaging.com/thunderbird/start?version=3.0b1 --> 302 Found
GET http://www.mozillamessaging.com/en-US/thunderbird/3.0b1/start/?uri=/thunderbird/start&version=3.0b1 --> 200 OK
$> lwp-request -m GET -edsS 'http://live.mozillamessaging.com/thunderbird/firstrun?locale=en-US&version=3.0b1' | head -n2
GET http://live.mozillamessaging.com/thunderbird/firstrun?locale=en-US&version=3.0b1 --> 302 Found
GET http://www.mozillamessaging.com/en-US/thunderbird/3.0b1/start/?uri=/thunderbird/firstrun&locale=en-US&version=3.0b1 --> 200 OK
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•