I do want to 301 redirect https://example.com/no/ and all the URLs from that catalogue with an added query string ?lang=no. For example will then url https://example.com/no/about/ be https://example.com/no/about/?lang=no
Is it easiest to do that solution via .htaccess, and how can I do that?