Is it possible to have index file in template group as a default landing page when certain URL does not exist?
Example:
If user is landing on domain.org/br/qr01 or domain.org/br/01 I’d like to redirect him in both cases to domain.org/br/.
Now URL domain.org/br/qr01 is fine but domain.org/br/01 brakes up the page because the second segment is triggering something in EE (categories?) and that results in page without content.
Any ideas?