To make sure everyone is routed to the correct multilingual url you can enable and change the fallback url with in this config:
{
"multilingual": {
"enabled": true,
"fallback": {
"url": "en",
"statusCode": 307
}
}
}
Last modified | Friday, April 30, 2021, 12:00:21 PM UTC |
Last author | Colin van Eenige |
Commit ID | 4c7a701 |