How would I solve the next situation with the .htaccess file?
I have 3 domains:
- www.domain.be
- www.domain.uk
- www.domain.io
if someone visits the website trough www.domain.be it has to be redirected to
www.domain.be/**?language=dutch
the other two domains has to be redirected in the same fashion:
www.domain.uk/?language=english_UK* and *www.domain.io/?language=english_US
And is there an solution for sending users to a certain domain trough gelocation? For example: An American user visits www.domain.be, this domain is used for belgian users, can I redirect them to domain.io and visa versa?