我有一个first.php页面
header("Location: script/script1.php")
Run Code Online (Sandbox Code Playgroud)
并script1.php有另一个
header("Location: first.php")
Run Code Online (Sandbox Code Playgroud)
但它显然给了我/script/first.php.有没有办法将其重定向到<root>/first.php而不是<root>/script/first.php?