Closed
Bug 980114
Opened 12 years ago
Closed 12 years ago
Change beta.mozilla.org to a 301 redirect instead of a 302
Categories
(Infrastructure & Operations Graveyard :: WebOps: Product Delivery, task)
Infrastructure & Operations Graveyard
WebOps: Product Delivery
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cmore, Assigned: cturra)
References
Details
Currently, beta.mozilla.org is a 302:
curl -I beta.mozilla.org
HTTP/1.1 302 Found
Server: Apache
X-Backend-Server: pp-web01
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Wed, 05 Mar 2014 22:23:35 GMT
Location: http://www.mozilla.org/firefox/channel/
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: not cacheable; response is 302 without expiry time
Can we do two things:
1) Change it to a 301 so that search engines know this is permanent.
2) Adjust the destination URL to:
http://www.mozilla.org/en-US/firefox/channel/#beta
Thanks!
| Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-webops → cturra
Component: WebOps: Engagement → WebOps: Product Delivery
OS: Mac OS X → All
Hardware: x86 → All
| Assignee | ||
Comment 1•12 years ago
|
||
updated as requested.
$ curl -IL beta.mozilla.org
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: pp-web01
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Thu, 06 Mar 2014 00:53:02 GMT
Location: http://www.mozilla.org/en-US/firefox/channel/#beta
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: cached
HTTP/1.1 200 OK
Server: Apache
X-Backend-Server: bedrock1.webapp.scl3.mozilla.com
Vary: Accept-Encoding
Cache-Control: max-age=600
Content-Type: text/html; charset=utf-8
Date: Thu, 06 Mar 2014 00:53:27 GMT
Expires: Thu, 06 Mar 2014 01:03:27 GMT
Transfer-Encoding: chunked
X-Robots-Tag: noodp
Connection: Keep-Alive
X-Frame-Options: DENY
X-Cache-Info: caching
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•9 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
•