1 2 3 4 5 6 7 8
<?php global $parts; $parts[3] = "hierarchy"; array_shift($parts); header("Location: /" . implode("/", $parts)); die();