$mageRunCode = ''; $mageRunType = 'store'; if (isset($_SERVER['HTTP_HOST']) && stristr($_SERVER['HTTP_HOST'], 'mycompanyphone.be')) { $mageRunCode = 'telecomgigant_en'; if (isset($_SERVER['REQUEST_URI']) && substr(strtolower($_SERVER['REQUEST_URI']), 1, 2) == 'nl') $mageRunCode = 'telecomgigant_nl'; if (isset($_SERVER['REQUEST_URI']) && substr(strtolower($_SERVER['REQUEST_URI']), 1, 2) == 'fr') $mageRunCode = 'telecomgigant_fr'; } Mage::run($mageRunCode, $mageRunType);