課程
/后端開發
/ThinkPHP
/快速入門ThinkPHP 5.0--基礎篇
?http://localhost/admin/Index/index網頁上出現"No input file specified."
2018-07-17
源自:快速入門ThinkPHP 5.0--基礎篇 2-4
正在回答
應該是url重寫沒成功,你需要用完整地址:http://localhost/public/index.php/admin/index/index;
如果要開啟需要在Apache里設置。
喬三 提問者
開啟的話怎么設置?
舉報
ThinkPHP5已發布多時,想了解ThinkPHP5的新特性嗎?老司機帶你馬上出發~
1 回答http://localhost/TP5/app/Index/Index/index
2 回答http://localhost/admin/Index/index 為什么訪問出現404
2 回答訪問http://localhost:/index/Index/index失敗
1 回答為什么http://localhost/tp5/public/admin/index/common出來是this is common Index index
1 回答http://localhost/admin/index/index 訪問顯示 頁面出錯稍后再試
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2018-07-17
應該是url重寫沒成功,你需要用完整地址:http://localhost/public/index.php/admin/index/index;
如果要開啟需要在Apache里設置。
2018-09-12
開啟的話怎么設置?