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