#How to redirect all urls to either /en or /de ?

9 messages · Page 1 of 1 (latest)

edgy sundial
#

if you specify default locale then it automatically will redirect everything rather than en or de to /en (or in this case, since en is default locale, to /)

viscid sierra
edgy sundial
#

i guess it will automatically happen since you specified default language as en

#

default locale does not require special route like /en, it will work on any route that did not match another locale

#

try use ""localeDetection": true", it working for my case exactly as you described

viscid sierra
edgy sundial
#

yeah i guess "localeDetection": true should help

viscid sierra
#

Nah it does not get the job done

edgy sundial
#

if you trying to redirect on page without locale sepcified, then its gonna be autamatically set to defaultLocale and /en will be deleted from route