OXID CE 4.5 and multiple domains

Right, can’t quite figure out why this keeps re-occuring … 1 physical installation of OXID CE 4.5 which is suppose to be available to be accessed from 2 different domains(same domain name, but different countries). OXID is functional and does work, i also have modified the Configuration file to have this in it for multiple domain name use(cheers for keeping old posts in this forum btw, saved me time looking for this same code line actually):


        if ($_SERVER['HTTP_HOST'] == 'URL#1')
        {
         $this->sShopURL = 'URL#1';
        } else {
         $this->sShopURL = 'URL#2';
        }

But what happens is that when ever i access OXID trough “URL#1” every link in the interface has links to “URL#2” so you end up “jumping over”(so to speak) to that domain … any ideas why is this happening and can i tell OXID to stick with the domain name that it was originally addressed trough. It’s not causing any errors or anything, it simply may cause some confusion for the customers as well as it represents a flawed experience for interacting with the website.

Hello Karlis,

from a SEO site of view it doesn’t make sense to have the same content on different URLs. Also, actually the CE is not capable for Multistores. If you use different languages in this countries (for example for Latvian and Lithuanian), you can set different URLs up for each language. This shall work properly.

Regards

Ah, i see … so having two multiple domains but 1 physical setup is not going to work out at all as i had hoped, oh well - case closed.