Our main server shows a banner to notify users of the name change but it's been a while. The message should only be shown when the URL indicates the user was redirected from the old domain.
The redirected URL will probably add /redirect/ at the start of the path, e.g. textcavator.hum.uu.nl/redirect/search/troonredes. For these URLs, the frontend should use a guard to:
- redirect to the target page (e.g. to
/search/troonredes)
- trigger the name change alert
Our main server shows a banner to notify users of the name change but it's been a while. The message should only be shown when the URL indicates the user was redirected from the old domain.
The redirected URL will probably add
/redirect/at the start of the path, e.g.textcavator.hum.uu.nl/redirect/search/troonredes. For these URLs, the frontend should use a guard to:/search/troonredes)