if (preg_match("#^/(ja|zh|ko|fr|de|es|it|pt|ru|ar|hi|th|vi|id|nl|pl|tr|uk)/(.+)$#", $_SERVER["REQUEST_URI"], $m)) { header("Location: " . home_url("/" . $m[2]), true, 301); exit; }