打开thinkphp,出现No input file specified.

解决方法:在工程下的.htaccess文件里,

把RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L],

改成:RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2021-06-25
猜你喜欢
  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
  • 2021-05-26
  • 2022-03-05
  • 2022-12-23
  • 2021-11-11
相关资源
相似解决方案