課程
/后端開發(fā)
/ThinkPHP
/快速入門ThinkPHP 5.0--基礎(chǔ)篇
輸入localhost/index會(huì)出No input file specified.錯(cuò)誤,怎么解決
2017-10-19
源自:快速入門ThinkPHP 5.0--基礎(chǔ)篇 3-3
正在回答
在public/.htaccess 里 改這句話RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
路由配置出錯(cuò),查看public文件夾下的htaccess文件,將其改為的?RewriteRule ^(.*)$ index.php?s=$1 [QSA,PT,L]
舉報(bào)
ThinkPHP5已發(fā)布多時(shí),想了解ThinkPHP5的新特性嗎?老司機(jī)帶你馬上出發(fā)~
2 回答輸入localhost/index會(huì)出No input file specified.錯(cuò)誤,怎么解決
2 回答直接輸入localhost可正常訪問,輸入localhost/index/index/index報(bào)錯(cuò)No input file specified.
2 回答為什么我訪問localhost/index/index/index 顯示No input file specified.
3 回答訪問localhost/index/index/index出現(xiàn)No input file specified.問題在哪里?
1 回答No input file specified.
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-07-16
在public/.htaccess 里 改這句話RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
2017-10-19
路由配置出錯(cuò),查看public文件夾下的htaccess文件,將其改為的?RewriteRule ^(.*)$ index.php?s=$1 [QSA,PT,L]