Closed
Bug 905532
Opened 12 years ago
Closed 12 years ago
[404] mozilla.org/MPL
Categories
(www.mozilla.org :: General, defect, P1)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kohei, Assigned: pmac)
References
(Blocks 1 open bug, )
Details
(Keywords: regression, Whiteboard: [kb=1086763] )
http://www.mozilla.org/MPL/ is redirected to
http://www.mozilla.org/en-US/MPL/ (depends on the browser locale)
and it's 404 Not Found.
http://www.mozilla.org/MPL/index.html is reachable.
| Reporter | ||
Updated•12 years ago
|
Blocks: mozorg-redirects
Keywords: regression
| Reporter | ||
Comment 2•12 years ago
|
||
Google has no index nor cache of http://www.mozilla.org/MPL/ so this is not a recent regression. Wondering why people have not reported it.
Comment 3•12 years ago
|
||
Gerv might know. I've added him to the bug.
| Reporter | ||
Comment 4•12 years ago
|
||
I believe this is simply a bug. I'll set up the whole mozilla.org site locally to look into the cause.
Updated•12 years ago
|
Assignee: nobody → kohei.yoshino.bugs
Whiteboard: [kb=1086763]
Updated•12 years ago
|
Priority: -- → P3
Comment 5•12 years ago
|
||
Guys, this is not a P3 - this is a significant trafficked URL which is the canonical URL for a widely-used open source licence, the MPL. Something broke it recently, and it needs un-breaking. Please can you give it your best attention?
Thanks,
Gerv
| Reporter | ||
Comment 6•12 years ago
|
||
I couldn't run the whose site due to "ImportError: No module named _md5" but anyway found the root cause of this bug:
> # bug 900493
> RewriteRule ^/(\w{2,3}(?:-\w{2})?/?)?$ /b/$1 [PT]
in the Bedrock global.conf file. Will find a solution.
Severity: major → critical
Status: NEW → ASSIGNED
Priority: P3 → P1
| Reporter | ||
Comment 7•12 years ago
|
||
Sent pull request: https://github.com/mozilla/bedrock/pull/1186
Comment 8•12 years ago
|
||
Kohei: Thank you! Are you able to work out if this broke other URLs too? Of the files in my mozilla.org tree, I notice a "css" directory - but perhaps that's not used any more.
This rule also breaks (at least - this is from a scan of the .htaccess file in the old mozilla.org tree in SVN) the following www.mozilla.org URLs:
/NPL/
/xbl/
/hp7/
/js/
/rdf/
Gerv
| Reporter | ||
Comment 9•12 years ago
|
||
pmac on IRC said it might be better to specify locales in the RewriteRule. We can just backout the PR for Bug 900493 and later add available locales.
Comment 10•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/7ce87dd3862009e273c5e754ff0f09cbf6ff2132
Bug 905532: Use specific locales for homepage apache rule.
Backed out #1125
https://github.com/mozilla/bedrock/commit/959b02aee2643c36177e65356c0c3f34c64c0725
Merge pull request #1189 from pmclanahan/bug-905532-mpl-404
Bug 905532: Use specific locales for homepage apache rule.
Comment 11•12 years ago
|
||
(In reply to Gervase Markham [:gerv] from comment #8)
> Kohei: Thank you! Are you able to work out if this broke other URLs too? Of
> the files in my mozilla.org tree, I notice a "css" directory - but perhaps
> that's not used any more.
>
> This rule also breaks (at least - this is from a scan of the .htaccess file
> in the old mozilla.org tree in SVN) the following www.mozilla.org URLs:
>
> /NPL/
> /xbl/
> /hp7/
> /js/
> /rdf/
>
> Gerv
The NPL, xbl, hp7 and js urls are fixed on stage. The rdf link is still a 404. Gerv do you know which page that redirect is supposed to point to?
Comment 12•12 years ago
|
||
http://www.mozilla.org/MPL/ fixed on prod. Leaving this until comment 9 is answered
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: needinfo?(gerv)
Resolution: --- → FIXED
(In reply to raymond [:retornam] from comment #12)
> http://www.mozilla.org/MPL/ fixed on prod. Leaving this until comment 9 is
> answered
Did you mean comment 11?
| Reporter | ||
Comment 15•12 years ago
|
||
(In reply to raymond [:retornam] from comment #11)
> The rdf link is still a 404. Gerv do you know which page
> that redirect is supposed to point to?
Maybe http://www-archive.mozilla.org/rdf/doc/ as per http://www-archive.mozilla.org/rdf/
Assignee: kohei.yoshino.bugs → pmac
Comment 16•12 years ago
|
||
(In reply to raymond [:retornam] from comment #11)
> The NPL, xbl, hp7 and js urls are fixed on stage. The rdf link is still a
> 404. Gerv do you know which page that redirect is supposed to point to?
Whatever the .htaccess file said :-)
Redirect permanent /rdf/50-words.html http://developer.mozilla.org/en/RDF_in_Fifty_Words_or_Less
Redirect permanent /rdf/doc/aggregate.html http://developer.mozilla.org/en/Aggregating_the_In-Memory_Datasource
Redirect permanent /rdf/doc/faq.html http://developer.mozilla.org/en/RDF_in_Mozilla_FAQ
Gerv
Flags: needinfo?(gerv)
Comment 17•12 years ago
|
||
kohei: thank you again for fixing this :-)
Gerv
| Reporter | ||
Comment 18•12 years ago
|
||
(In reply to Gervase Markham [:gerv] from comment #17)
> kohei: thank you again for fixing this :-)
Actually pmac did it :)
Status: RESOLVED → VERIFIED
Comment 19•12 years ago
|
||
Pmac,
mozilla.org/RDF/ should redirect to https://developer.mozilla.org/en-US/docs/RDF
mozilla.org/XBL/ should redirect to https://developer.mozilla.org/en-US/docs/XBL
The RDF and XBL urls on mozilla.org current redirect to the homepage. I'm re-opening this bug because of that.
Status: VERIFIED → REOPENED
Flags: needinfo?(pmac)
Resolution: FIXED → ---
| Reporter | ||
Comment 20•12 years ago
|
||
(In reply to raymond [:retornam] (needinfo? me) from comment #19)
> mozilla.org/RDF/ should redirect to
> https://developer.mozilla.org/en-US/docs/RDF
> mozilla.org/XBL/ should redirect to
> https://developer.mozilla.org/en-US/docs/XBL
Filed Bug 936362.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 21•12 years ago
|
||
Clearing my flag. We'll fix this in the new bug :kohei filed.
Flags: needinfo?(pmac)
| Assignee | ||
Updated•12 years ago
|
Flags: needinfo?(pmac)
You need to log in
before you can comment on or make changes to this bug.
Description
•