Closed Bug 684970 Opened 13 years ago Closed 12 years ago

.com -> .org redirects, part 1

Categories

(mozilla.org Graveyard :: Server Operations, task)

All
Other
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: nmaul, Assigned: nmaul)

References

Details

"Part 1" because this is just the first round of redirects that I've discovered. There are bound to be more. :)

(www.)getthunderbird.com:
    RedirectMatch temp .* http://www.mozilla.com/thunderbird/


(*.)phish-error.mozilla.com:
    RewriteCond %{QUERY_STRING} ^hl=(.+)&url=(.+)
    RewriteRule ^/$ http://www.google.com/safebrowsing/report_error/?tpl=mozilla&continue=http\%3A\%2F\%2Fwww.google.com\%2Ft
ools\%2Ffirefox\%2Ftoolbar\%2FFT2\%2Fintl\%2Fen\%2Fsubmit_success.html&hl=%1&url=%2 [R,NE]
    RewriteRule ^/.*$ http://www.mozilla.com/ [R]


(*.)phish-report.mozilla.com 
(*.)malware-report.mozilla.com
Both have several complicated redirects to google.com/safebrowsing (like above), and a fallback like this:
    RewriteRule ^/.*$ http://www.mozilla.com/ [R]


(*.)malware-error.mozilla.com:
    RewriteCond %{QUERY_STRING} ^hl=(.+)
    RewriteRule ^/$ http://www.stopbadware.org/firefox [R,NE]
    RewriteRule ^/.*$ http://www.mozilla.com/ [R]


(www.)producefirefox.com:
    Redirect 302 / http://www.mozilla.com/en-US/firefox/organic/


(www.)mozilla-world.org (specifically, note the catch-all at the end):
    RewriteRule ^/ca/products/thunderbird/support http://www.mozilla.org/support/thunderbird/ [R,L]
    RewriteRule ^/cs/products/thunderbird/support http://www.czilla.cz/produkty/thunderbird/ [R,L]
    RewriteRule ^/it/products/thunderbird/support http://www.mozillaitalia.it/thunderbird/ [R,L]
    RewriteRule ^/nl/products/thunderbird/support http://www.mozilla-nl.org/ondersteuning/thunderbird [R,L]
    RewriteRule ^/pt-BR/products/thunderbird/support http://www.mozilla.org/support/thunderbird/ [R,L]
    RewriteRule ^/sk/products/thunderbird/support http://www.mozilla.sk/thunderbird/ [R,L]
    RewriteRule ^/products/thunderbird/support http://www.mozilla.org/support/thunderbird/ [R,L]
    RewriteRule ^.*$ http://www.mozilla.com/ [R]

(www.)fashionyourfirefox.com:
        Redirect 301 / http://www.mozilla.com/

(www.)fastestfirefox.com:
    Redirect 302 / http://www.mozilla.com/firefox/fastest/


careers.mozilla.com:
    Redirect 302 / http://www.mozilla.com/about/careers.html


www.mozilla.net:
    Redirect permanent / http://www.mozilla.com/


aurora.mozilla.org, beta.mozilla.org:
        Redirect / http://www.mozilla.com/firefox/channel/


fastestfirefox.mozilla.com:
    Redirect / http://www.mozilla.com/firefox/fx/
Blocks: 684967
Adding CC's from the tracking bug, taking ownership, and removing "infra-only" tag.

I am looking for some type of confirmation as to what all of these should be pointed at instead of www.mozilla.com. Clearly it will be something in www.mozilla.org, but I'm not all that sure about what particular page within that domain.
Assignee: server-ops → nmaul
Group: infra
(In reply to Jake Maul [:jakem] from comment #0)
> (www.)getthunderbird.com:
>     RedirectMatch temp .* http://www.mozilla.com/thunderbird/

http://www.mozilla.org/thunderbird/

> (*.)phish-error.mozilla.com:
>     RewriteRule ^/.*$ http://www.mozilla.com/ [R]

> (*.)phish-report.mozilla.com 
> (*.)malware-report.mozilla.com
>     RewriteRule ^/.*$ http://www.mozilla.com/ [R]

> (*.)malware-error.mozilla.com:
>     RewriteRule ^/.*$ http://www.mozilla.com/ [R]

These are all just fallback for people who somehow discover and attempt these URLs manually, so just http://www.mozilla.org/ is fine.

> (www.)producefirefox.com:
>     Redirect 302 / http://www.mozilla.com/en-US/firefox/organic/

> (www.)fastestfirefox.com:
>     Redirect 302 / http://www.mozilla.com/firefox/fastest/

> (www.)fashionyourfirefox.com:
>         Redirect 301 / http://www.mozilla.com/

I think these should all use http://www.mozilla.org (these campaigns were discontinued AFAIK, but perhaps worth checking with someone from engagement)

> (www.)mozilla-world.org (specifically, note the catch-all at the end):

A few of these should go directly to SUMO rather than redirecting twice, but perhaps that's best handled separately. The catch-all should just use http://www.mozilla.org.

> www.mozilla.net:
>     Redirect permanent / http://www.mozilla.com/

http://www.mozilla.org

> aurora.mozilla.org, beta.mozilla.org:
>         Redirect / http://www.mozilla.com/firefox/channel/

http://www.mozilla.org/firefox/channel/

The others I'm not sure about.
These are all implemented. As I said initially I'm sure there are still more, but there's a parent bug for that.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.