Question

Why doesn't this redirect work?

$menu = 'menu';
$item = 'item';
header('HTTP/1.1 303 See Other');
header("/{$menu}/{$item}/");

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top