Closed
Bug 915900
Opened 11 years ago
Closed 11 years ago
point firefoxos.com to mozilla.org/firefox/os
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jbertsch, Assigned: cturra)
Details
Hi-
Could you please point the newly acquired firefoxos.com to mozilla.org/firefox/os
Thx,
Jen
Assignee | ||
Comment 1•11 years ago
|
||
configurations complete. requests coming into firefoxos.com and www.firefoxos.com are now redirected to mozilla.org/firefox/os as requested :)
$ curl -I firefoxos.com
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: pp-web03
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Thu, 12 Sep 2013 22:25:48 GMT
Location: https://www.mozilla.org/firefox/os/
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
$ curl -I www.firefoxos.com
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: Thu, 12 Sep 2013 22:25:53 GMT
Location: https://www.mozilla.org/firefox/os/
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 11 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Reporter | ||
Comment 2•11 years ago
|
||
Thanks!
Comment 3•11 years ago
|
||
:cturra: can you adjust the redirect to change the target URL to:
https://www.mozilla.org/firefox/os/?utm_source=firefoxos-com&utm_medium=referral
Thanks!
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Chris More [:cmore] from comment #3)
> :cturra: can you adjust the redirect to change the target URL to:
>
> https://www.mozilla.org/firefox/os/?utm_source=firefoxos-
> com&utm_medium=referral
redirect updated as requested.
$ curl -I www.firefoxos.com
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, 13 Sep 2013 16:41:40 GMT
Location: https://www.mozilla.org/firefox/os/?utm_source=firefoxos-com&utm_medium=referral
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Comment 5•11 years ago
|
||
We have an high priority redirect needed for firefoxos.com to support a partner portal we created.
We need this specific URL redirected from:
firefoxos.com/portal (with or without a trailing slash)
to:
https://sites.google.com/a/mozilla.com/firefox-os-marketing/
All other requests to firefoxos.com should continue to go to mozilla.org/firefox/os
Thanks!
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•11 years ago
|
||
portal redirect in place as requested.
$ curl -I http://firefoxos.com/portal
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: pp-web03
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Tue, 15 Oct 2013 21:00:09 GMT
Location: https://sites.google.com/a/mozilla.com/firefox-os-marketing/
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
$ curl -I http://firefoxos.com/portal/
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: pp-web03
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Tue, 15 Oct 2013 21:00:10 GMT
Location: https://sites.google.com/a/mozilla.com/firefox-os-marketing//
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
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
•