Small question,
I want my website www.example.nl/nl redirect to www.example.nl/nl/home
But If I do this:
Redirect 301 /nl/ https://www.example.nl/nl/home
Then I get an infinite loop, because the home url contains the nl variable
What is the best way to fix this :)?