已采纳回答 / softcat
// 检测PHP环境if(version_compare(PHP_VERSION,'5.4.0','<')) die('require PHP > 5.4.0 !');// 定义应用目录define('APP_PATH', __DIR__ . '/application/');// 加载框架引导文件require __DIR__ . '/thinkphp/start.php';
2017-05-18
已采纳回答 / 狮子座的子曰
localhost/index/index/index这种是隐藏了入口文件的访问方式了,可以翻看老师之前的视频有讲到apache怎么隐藏入口文件index.php了
2017-05-13