Visa ett inlägg
Oläst 2007-12-14, 08:18 #7
coredevs avatar
coredev coredev är inte uppkopplad
Bara ett inlägg till!
 
Reg.datum: Sep 2007
Inlägg: 1 554
coredev coredev är inte uppkopplad
Bara ett inlägg till!
coredevs avatar
 
Reg.datum: Sep 2007
Inlägg: 1 554
Citat:
Originally posted by btng@Dec 13 2007, 23:24

Det låter intressant. Vad ska jag söka på Google för att hitta hur man gör?
Kod:
    if (FALSE != strstr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 'sv'))
    {
      header('HTTP/1.1 301 Moved Permanently');
      header('Location: http://sv.domän.com/');
      exit();
    }
coredev är inte uppkopplad   Svara med citatSvara med citat