Closed Bug 936970 Opened 11 years ago Closed 11 years ago

Remove the outdated Firefox Sync in-product pages

Categories

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

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kohei, Assigned: kohei)

References

()

Details

(Whiteboard: [kb=1180557] b=trunk r=122312)

These pages for the old Firefox Sync *extension* are no longer used:

http://www.mozilla.org/en-US/firefox/sync/firstrun.html
http://www.mozilla.org/en-US/firefox/sync/secondrun.html
http://www.mozilla.org/en-US/firefox/sync/updated.html

Oh, the firstrun page is still promoting Firefox Home ;)
pt-BR and ko have localized pages.
Removed the pages and assets on trunk in r122312.
Assignee: nobody → kohei.yoshino
Status: NEW → ASSIGNED
Whiteboard: b=trunk r=122312
Whiteboard: b=trunk r=122312 → [kb=1180557] b=trunk r=122312
sgarrity: Thanks for your review!

The former RewriteRule just redirected the older Sync landing page (index.html) to the new location:

>  RewriteRule ^(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?firefox/sync[/]?$ /$1mobile/sync/ [R=permanent]

The new RewriteRule will redirect all in-product pages (firstrun.html, secondrun.html and updated.html) as well as the older landing page (index.html) to the current Sync landing page:

> RewriteRule ^(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?firefox/sync /$1mobile/sync/ [R=permanent]

I think those redirects might be better than showing 404 Not Found or 410 Gone pages.
Merged to stage in r122660 and production in r122661.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.