display(implode('/', $args) . '.html'); } function redirect() { $args = func_get_args(); header('Location: /' . implode('/', $args) . "\r\n"); } ?>