Closed Bug 704659 Opened 13 years ago Closed 9 years ago

www.mozilla.org/es-ES/press should be redirected to blog.mozilla.org/press-es

Categories

(www.mozilla.org :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: retornam, Unassigned)

References

(Blocks 1 open bug, )

Details

(Whiteboard: [good first bug])

STR:
1) Visit http://www.mozilla.org/es/press in a browser
2) Notice that a page works and displays required content it however returns a 404 status line

curl -I www.mozilla.org/es/press/
HTTP/1.1 404 Not Found
Server: Apache
X-Backend-Server: pm-web03
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Date: Tue, 22 Nov 2011 23:18:48 GMT
Transfer-Encoding: chunked
X-Robots-Tag: noodp
Connection: Keep-Alive
X-Powered-By: PHP/5.2.9
X-Cache-Info: caching
Component: www.mozilla.org/firefox → www.mozilla.org
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
Both http://www.mozilla.org/es/press and http://www.mozilla.org/es-ES/press/ are redirected to http://www.mozilla.org/es-ES/press/

We have to setup a redirect to http://blog.mozilla.org/press-es/ anyway.
OS: Mac OS X → All
Hardware: x86 → All
Summary: www.mozilla.org/es/press/ returns 404 status even though page exisits → www.mozilla.org/es-ES/press should be redirected to blog.mozilla.org/press-es
Looks like this redirect is still needed.
Whiteboard: [good first bug]
While this bug is still seen in prod, it works in dev. Try this url: www-dev.allizom.org/es-ES/press
and it looks like it's fixed as seen here on github: https://github.com/mozilla/bedrock/blob/275c287876ed043be299f3126d1b0eb559a41953/bedrock/mozorg/helpers/misc.py#L353

So, is this still a bug or needs a push to production post resolution?
STR Step 2 returns a different output for me

dudepare@ubuntu:~$ curl -I www.mozilla.org/es/press/
HTTP/1.1 301 Moved Permanently
Content-Type: text/html
Date: Sat, 11 Apr 2015 04:07:27 GMT
Location: https://www.mozilla.org/es/press/
Content-Length: 0
Connection: keep-alive
I can see the redirection to https://blog.mozilla.org/press/ . Why the bug is still active?
Flags: needinfo?(mozbugs.retornam)
Everything is fine with this page. Please close this case
Hey I would like to work on this bug can you please assign this one to me 

and whom should I be asking for help ?
Apparently this bug has been solved last week. The redirects are in place:

https://github.com/mozilla/bedrock/blob/master/bedrock/press/redirects.py#L247-L265

Thanks :c0mrad3 anyways for your interest!
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Flags: needinfo?(mozbugs.retornam)
You need to log in before you can comment on or make changes to this bug.