直接輸入localhost可正常訪問(wèn),輸入localhost/index/index/index報(bào)錯(cuò)No input file specified.
直接輸入localhost可正常訪問(wèn),輸入localhost/index/index/index報(bào)錯(cuò)No input file specified.
直接輸入localhost可正常訪問(wèn),輸入localhost/index/index/index報(bào)錯(cuò)No input file specified.
2020-08-16
舉報(bào)
2020-10-28
需要設(shè)置你的站點(diǎn)偽靜態(tài),打開(kāi)public-.htaccess
把:RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
改成:RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
就可以了
2020-08-18
你看看你域名的入口文件是不是public下index.php