Closed Bug 1096366 Opened 11 years ago Closed 11 years ago

firefox.com/10 redirects to 404

Categories

(www.mozilla.org :: Pages & Content, defect)

Production
x86_64
macOS
defect
Not set
major

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: ato, Unassigned)

Details

Going to "firefox.com/10" uses a 301 redirect to https://www.mozilla.org/firefox/10 which 404's. I'm being served by X-Backend-Server "bedrock2.webapp.phx1.mozilla.com". Safari and Chrome redirects to the correct location, but Chrome didn't actually load the CSS styles on the first attempt. UA string: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:36.0) Gecko/20100101 Firefox/36.0 Locale: en-US I'd be expected to be redirected to https://www.mozilla.org/en-US/firefox/independent/?utm_source=firefox-com&utm_medium=referral&utm_content=firefox-10
curl -I http://firefox.com/10 HTTP/1.1 301 Moved Permanently Server: Apache X-Backend-Server: pp-web01 Vary: Accept-Encoding Cache-Control: max-age=0 Content-Type: text/html; charset=iso-8859-1 Date: Mon, 10 Nov 2014 16:14:49 GMT Location: https://www.mozilla.org/firefox/independent/?utm_source=firefox-com&utm_medium=referral&utm_content=firefox-10 Expires: Mon, 10 Nov 2014 16:14:49 GMT Transfer-Encoding: chunked Connection: Keep-Alive X-Cache-Info: not cacheable; response specified max-age <= 0
ato: can you run this curl statement? curl -I http://firefox.com/10
Flags: needinfo?(ato)
curl --user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:36.0) Gecko/20100101 Firefox/36.0" firefox.com/10 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://www.mozilla.org/firefox/independent/?utm_source=firefox-com&amp;utm_medium=referral&amp;utm_content=firefox-10">here</a>.</p> </body></html> % curl -I http://firefox.com/10 HTTP/1.1 301 Moved Permanently Server: Apache X-Backend-Server: pp-web01 Vary: Accept-Encoding Cache-Control: max-age=0 Content-Type: text/html; charset=iso-8859-1 Date: Mon, 10 Nov 2014 16:16:11 GMT Location: https://www.mozilla.org/firefox/independent/?utm_source=firefox-com&utm_medium=referral&utm_content=firefox-10 Expires: Mon, 10 Nov 2014 16:16:11 GMT Transfer-Encoding: chunked Connection: Keep-Alive X-Cache-Info: not cacheable; response specified max-age <= 0
Flags: needinfo?(ato)
% curl -I --user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:36.0) Gecko/20100101 Firefox/36.0" firefox.com/10 HTTP/1.1 301 Moved Permanently Server: Apache X-Backend-Server: pp-web03 Vary: Accept-Encoding Cache-Control: max-age=0 Content-Type: text/html; charset=iso-8859-1 Date: Mon, 10 Nov 2014 16:18:30 GMT Location: https://www.mozilla.org/firefox/independent/?utm_source=firefox-com&utm_medium=referral&utm_content=firefox-10 Expires: Mon, 10 Nov 2014 16:18:30 GMT Transfer-Encoding: chunked Connection: Keep-Alive X-Cache-Info: not cacheable; response specified max-age <= 0
Ok, looks to not be a 404. Probably just browser cache. Can you verify in Safari or Chrome?
See the description. It works fine in Safari and Chrome, so I suspect the Firefox cache is too aggressive.
Can you attach a screenshot of the Firefox 404 where I can also see the URL? http://firefox.com/10
Closing. Will reopen if additional info is provided for continued investigation.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.