MozillaFoundation / donate-wagtail

[Legacy] - Wagtail based donation stack
Mozilla Public License 2.0
43 stars 22 forks source link

Localized redirects not working for `/help` and `/ways-to-give` #1770

Closed danielfmiranda closed 9 months ago

danielfmiranda commented 9 months ago

Since we have implemented the "Donate Help" and "Ways to give" page on foundation.mozilla.org, we have added redirects on the wagtail instance of this site so users who visit /help and /ways-to-give on donate.mozilla.org are redirected to the new pages on the foundation site.

However, stakeholders have found that URLs with language codes (for example: donate.mozilla.org/en-US/help) are not being redirected.

To resolve this for now, we should preform the following:

The redirects should be set up for the following languages:

danielfmiranda commented 9 months ago

The ways to give page has been removed thanks to #1771, and redirects have been implemented for the language codes listed above, as well as the following legacy language codes:

Redirecting to /en/help and /en/ways-to-give:

Redirecting to /es/help and /es/ways-to-give:

This ticket can now be closed!