No input file specified.
我是使用apache 碰到这个问题的
就是apache 中的省略入口文件没有配置好
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>
按照上面的配置一下就可以了
记住一定要重启apahce 服务