So I have a client who wants to have a multilingual web site that can be accessed by 2 domain names:
domain_name_1.ru
domain_name_2.ee (default)
The client doesn't want to log in and out every time he/she needs to create content for both sites. The site itself is running on WordPress and right now the russian version of the site can be viewed by typing in:
domain_name_2.ee/ru
NB! the domain names are hosted at 2 different web hosts.
domain_name_1.ru web hosts only options are 1) to redirect the domain 2) to change name servers
Because of this, I'd like to know if it is possible to run both sites on 1 WordPress install and by using .htaccess can the domain name domain_name_2.ee/ru be masked to domain_name_1.ru when the user visits the site?