课程
/后端开发
/ThinkPHP
/快速入门ThinkPHP 5.0--基础篇
访问localhost/index/index/index出现No input file specified.问题在哪里?
2018-08-03
源自:快速入门ThinkPHP 5.0--基础篇 2-4
正在回答
首先,看一下你的app/index/controller/Index.php是否存在,里面有没有写好index方法。
然后,看一下你的网站根目录配置好了没有。我的配置的是到public中的。
然后就是你的httpd-conf文件里面的配置中的LoadModule rewrite_module modules/mod_rewrite.so模块有没有开启,还有AllowOverride的后面是不是All。
还有一个地方就是public/.htaccess中的一行改成这样的,index.php/$1中间加个'?'
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
钟广文 提问者
那个问号的问题
Plus15
举报
ThinkPHP5已发布多时,想了解ThinkPHP5的新特性吗?老司机带你马上出发~
2 回答为什么我访问localhost/index/index/index 显示No input file specified.
2 回答直接输入localhost可正常访问,输入localhost/index/index/index报错No input file specified.
3 回答输入localhost/index会出No input file specified.错误,怎么解决
2 回答输入localhost/index会出No input file specified.错误,怎么解决
2 回答访问localhost/index/index/index提示有问题