Toto je starší verze dokumentu!
<html><?php $host_parts = explode('.', $_SERVER['HTTP_HOST']); $tld = end($host_parts);
if ($tld == 'com') {
header('Location: /en:start');
} elseif ($tld == 'cz') {
header('Location: /cs:start');
} exit(); ?> </html>