Closed
Bug 1019826
Opened 11 years ago
Closed 11 years ago
set up new redirects to FxOS style guide pages
Categories
(Infrastructure & Operations :: IT-Managed Tools, task)
Infrastructure & Operations
IT-Managed Tools
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jslater, Assigned: cturra)
Details
(Whiteboard: [kb=1397357] )
Attachments
(1 file)
144.34 KB,
image/png
|
Details |
Hi all. We are publishing a new set of Firefox OS brand guidelines, and need to set up some redirects to help people to various bits of content more easily. Here's the list:
* create firefoxosbrand.com/logo and point it to http://www.mozilla.org/en-US/styleguide/identity/firefoxos/branding/
* create firefoxosbrand.com/usage and point it to http://www.mozilla.org/en-US/styleguide/identity/firefoxos/partners/
* create firefoxosbrand.com/color and point it to http://www.mozilla.org/en-US/styleguide/identity/firefoxos/color/
* create firefoxosbrand.com/typography and point it to http://www.mozilla.org/en-US/styleguide/identity/firefoxos/typography/
Is it possible to have these in place by the end of the week?
Thanks!
Comment 1•11 years ago
|
||
pmac, is this something we can do on the bedrock side or does web ops need to take this?
Flags: needinfo?(pmac)
Updated•11 years ago
|
Whiteboard: [kb=1397357]
Updated•11 years ago
|
Assignee: nobody → server-ops-webops
Component: General → WebOps: Product Delivery
Product: www.mozilla.org → Infrastructure & Operations
QA Contact: nmaul
Version: Production → other
Assignee | ||
Comment 4•11 years ago
|
||
yes, this domain was purchased in bug 886956.
Flags: needinfo?(jslater)
Assignee | ||
Comment 5•11 years ago
|
||
redirects in place.
$ curl -I firefoxosbrand.com/logo
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: Tue, 03 Jun 2014 22:15:29 GMT
Location: http://www.mozilla.org/en-US/styleguide/identity/firefoxos/branding/logo
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
$ curl -I firefoxosbrand.com/usage
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: Tue, 03 Jun 2014 22:15:34 GMT
Location: http://www.mozilla.org/en-US/styleguide/identity/firefoxos/branding/usage
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
$ curl -I firefoxosbrand.com/color
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: Tue, 03 Jun 2014 22:15:38 GMT
Location: http://www.mozilla.org/en-US/styleguide/identity/firefoxos/branding/color
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
$ curl -I firefoxosbrand.com/typography
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: Tue, 03 Jun 2014 22:15:44 GMT
Location: https://www.mozilla.org/en-US/styleguide/identity/firefoxos/typography/
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
Status: NEW → RESOLVED
Closed: 11 years ago
Component: WebOps: Product Delivery → WebOps: IT-Managed Tools
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Assignee | ||
Updated•11 years ago
|
Assignee: server-ops-webops → cturra
Comment 6•11 years ago
|
||
You rock. Thanks Chris!
Interestingly, the values in the location headers in comment #5 are wrong for /logo, /usage, and /color, but the actual redirects I get when testing are right.
/me shrugs
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 7•11 years ago
|
||
Thanks Chris & Paul for jumping on this! One note...the firefoxosbrand.com/logo redirect isn't working. It's pointing to the wrong URL...should be http://www.mozilla.org/en-US/styleguide/identity/firefoxos/branding/ rather than http://www.mozilla.org/en-US/styleguide/identity/firefoxos/branding/logo.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•11 years ago
|
||
John - as :pmac pointed out, my previous comment had some incorrect redirects. it turns out they hadn't completed being pushed out to the web cluster at that point (i was too quick on the trigger). that said, this would have been shortly corrected and my tests this morning look fine.
$ curl -I firefoxosbrand.com/logo
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: Wed, 04 Jun 2014 17:54:04 GMT
Location: https://www.mozilla.org/en-US/styleguide/identity/firefoxos/branding/
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: cached
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 9•11 years ago
|
||
Maybe it's just me, but when I try firefoxosbrand.com/logo, it points to https://www.mozilla.org/en-US/styleguide/identity/firefoxos/branding/logo rather than https://www.mozilla.org/en-US/styleguide/identity/firefoxos/branding/. (note the addition of 'logo' at the end of the first one)
The second link is an actual page, the first one is not. So, we still need to make sure firefoxosbrand.com/logo points to a correct page.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 10•11 years ago
|
||
John - i am not able to reproduce that. below is a full header trace showing the correct redirection...
:pmac - what are you seeing?
$ curl -IL firefoxosbrand.com/logo
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: Wed, 04 Jun 2014 17:54:04 GMT
Location: https://www.mozilla.org/en-US/styleguide/identity/firefoxos/branding/
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: cached
HTTP/1.1 200 OK
Server: Apache
X-Backend-Server: bedrock2.webapp.scl3.mozilla.com
Vary: Accept-Encoding
Cache-Control: max-age=600
Content-Type: text/html; charset=utf-8
Date: Wed, 04 Jun 2014 19:42:14 GMT
Expires: Wed, 04 Jun 2014 19:52:14 GMT
Transfer-Encoding: chunked
X-Robots-Tag: noodp
Connection: Keep-Alive
X-Frame-Options: DENY
X-Cache-Info: caching
Flags: needinfo?(pmac)
Reporter | ||
Comment 11•11 years ago
|
||
Fwiw, here's a screenshot of what I see when I go to firefoxosbrand.com/logo.
Assignee | ||
Comment 12•11 years ago
|
||
(In reply to John Slater from comment #11)
> Created attachment 8434402 [details]
> screen shot
>
> Fwiw, here's a screenshot of what I see when I go to firefoxosbrand.com/logo.
can you pls try to clear your browser cache?
Reporter | ||
Comment 13•11 years ago
|
||
That worked! Sorry about the confusion and thanks for your help.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•