将public目录下的index.php移入项目根目录,并修改index文件中路径如下// 定义应用目录define('APP_PATH', __DIR__ .'./application/');// 加载框架引导文件require __DIR__ .'./thinkphp/start.php';