Closed
Bug 876233
Opened 12 years ago
Closed 11 years ago
Localized participate pages are 404, should be redirected to /contribute/
Categories
(www.mozilla.org :: L10N, defect)
www.mozilla.org
L10N
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: roland.illig, Assigned: pmac)
References
(Blocks 1 open bug)
Details
(Whiteboard: [kb=1170409] )
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.94 Safari/537.36
Steps to reproduce:
https://support.mozillamessaging.com/de/home
click on "Über diese Seite" > "Teilnehmen"
Actual results:
404 http://www.mozilla.org/de/about/participate/
Expected results:
200 http://www.mozilla.org/de/about/participate/
Comment 1•12 years ago
|
||
Confirmed.
http://www.mozilla.org/de/about/participate/ should be redirected to
http://www.mozilla.org/de/contribute/
Status: UNCONFIRMED → NEW
Component: General → L10N
Ever confirmed: true
Summary: broken link on https://support.mozillamessaging.com/de/home → Localized participate pages are 404, should be redirected to /contribute/
Updated•12 years ago
|
Blocks: mozorg-redirects
Comment 2•11 years ago
|
||
There is a redirect for English but it's on the php side:
http://viewvc.svn.mozilla.org/vc/projects/mozilla.com/tags/production/.htaccess?view=markup#l241
I am not sure what should be done here, migrate and update the whole redirect to htaccess in Bedrock or update the one on the php side to take locales into account, asking pmac.
Flags: needinfo?(pmac)
Assignee | ||
Comment 3•11 years ago
|
||
I'll take it and add it to the apache config in bedrock. After that we can remove that line from the PHP side. Thanks :pascalc.
Assignee: nobody → pmac
Status: NEW → ASSIGNED
Flags: needinfo?(pmac)
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #826751 -
Flags: review?
Assignee | ||
Updated•11 years ago
|
Attachment #826751 -
Flags: review?
Assignee | ||
Updated•11 years ago
|
Whiteboard: [kb=1170409]
Comment 5•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/688cc836ceb609969e82ea1630f34f6693c80d4b
Fix bug 876233: Redirect */about/participate/ -> /contribute/
https://github.com/mozilla/bedrock/commit/bfb9b3ea0cb8c8fedee9deb582376fa7e532d0b6
Merge pull request #1366 from pmclanahan/redirect-about-participate-876233
Fix bug 876233: Redirect */about/participate/ -> /contribute/
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 6•11 years ago
|
||
verified fixed
curl -I http://www.mozilla.org/de/about/participate/
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: bedrock1.webapp.scl3.mozilla.com
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Tue, 05 Nov 2013 20:05:01 GMT
Location: http://www.mozilla.org/de/contribute/
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•