From Scorching Giraffe, 10 Years ago, written in Plain Text.
Embed
  1. $mageRunCode = '';
  2. $mageRunType = 'store';
  3. if (isset($_SERVER['HTTP_HOST']) && stristr($_SERVER['HTTP_HOST'], 'mycompanyphone.be')) {
  4.         $mageRunCode = 'telecomgigant_en';
  5.         if (isset($_SERVER['REQUEST_URI']) && substr(strtolower($_SERVER['REQUEST_URI']), 1, 2) == 'nl')
  6.                 $mageRunCode = 'telecomgigant_nl';
  7.         if (isset($_SERVER['REQUEST_URI']) && substr(strtolower($_SERVER['REQUEST_URI']), 1, 2) == 'fr')
  8.                 $mageRunCode = 'telecomgigant_fr';
  9. }
  10.  
  11. Mage::run($mageRunCode, $mageRunType);

Replies to Untitled rss

Title Name Language When
Re: Untitled Lousy Goose php 10 Years ago.