I'm trying to redirect language URLs that end with /?lang=da
, /?lang=de
and /?lang=nl
to the same URL but ending in /?lang=en
.
So
www.example.com/accommodation/hotel-room-1/?lang=da
should result in
www.example.com/accommodation/hotel-room-1/?lang=en
etc.
Is there a way to use wildcards for this?