我无法访问文件。 我有文件夹和文件:
public / index.php
app / doit.php
当我在index.php中使用header('Location: ../app/doit.php');
时,出现错误:找不到对象!
我的网站以public / index.php开头
如何访问doit.php?
答案 0 :(得分:0)
header('Location: ../app/doit.php');
这意味着重定向到http://yourhost/public/app/doit.php
要使用此代码重定向,必须将应用程序文件夹移动到公用文件夹内部
文件夹结构必须像这样public/app/doit.php