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