I'd like to achieve the following:
I have a website that hosts multiple languages. For each language there is a unique domain.
domain.eu --> English
domain.nl --> Dutch
domain.at --> German
I want to write an URL Rewrite action that redirects as follows:
www.domain.eu --> domain.eu
www.domain.nl --> domain.nl
www.domain.at --> domain.at
Can I do this in one rewrite rule inside IIS?
Thanks! Daniel
Just do a 301 redirect (usually you can do this in the cPanel).