ThinkPHP5.1 No input file specified.

http://www.xxxx.com/admin/index/index

出现错误:No input file specified.

编辑public/.htaccess

  RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
  改为
  RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]

问题解决。

Pasa吴技术博客
请先登录后发表评论
  • latest comments
  • 总共0条评论