Closed Bug 670118 Opened 13 years ago Closed 13 years ago

[One Mozilla] Redirect mozilla.com to mozilla.org

Categories

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

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: jlong, Unassigned)

References

Details

We need to add a redirect at the root of mozilla.com to redirect to mozilla.org:

http://mozilla.com/<url> -> http://mozilla.org/<url>

http://mozilla.com/ -> http://mozilla.org/
http://mozilla.com/en-US/firefox/new -> http://mozilla.org/en-US/firefox/new
No longer depends on: 670114
The above isn't correct. There's a special redirect at the root of mozilla.com that should redirect to mozilla.org/firefox. So here are the rules:

http://mozilla.com/ -> http://mozilla.org/firefox
http://mozilla.com/<path> -> http://mozilla.org/<path>

The root page at mozilla.org will continue to show the current community page, and mozilla.com will become the product funnel.

The difficulty is that we don't want users who type in http://mozilla.com/ to go through two redirects, which will happen like this:

mozilla.com -> mozilla.org/firefox -> mozilla.org/en-US/firefox/new

We should optimize this by running the locale detection on mozilla.com and redirecting the user straight the full URL on .org.
The general redirects should be 301s to make sure search engines update their referencing.

For the root mozilla.com, if we do mozilla.com -> mozilla.org/{locale}/firefox/[fx|new] in one step, it should be a 302.

If it's a two step redirect it shoudld be:
mozilla.com -> mozilla.org/firefox 301
mozilla.org/firefox -> mozilla.org/{locale}/firefox/[fx|new] 302.
(In reply to Anthony Ricaud (:rik) from comment #2)
> The general redirects should be 301s to make sure search engines update
> their referencing.
> 
> For the root mozilla.com, if we do mozilla.com ->
> mozilla.org/{locale}/firefox/[fx|new] in one step, it should be a 302.
> 
> If it's a two step redirect it shoudld be:
> mozilla.com -> mozilla.org/firefox 301
> mozilla.org/firefox -> mozilla.org/{locale}/firefox/[fx|new] 302.

Thanks so much for adding Anthony :-) 

James, who should we assign this bug to? someone in IT?
Summary: Redirect mozilla.com to mozilla.org → [One Mozilla] Redirect mozilla.com to mozilla.org
This is all being handled in bug 677305.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Component: www.mozilla.org/firefox → www.mozilla.org
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.