Skip to content

phpstudy下PHP版本为nts模式时ThinkPHP出现的No input file specified

约 80 字小于 1 分钟

PHP

2019-12-29

在切换到 phpstudy 的 nts 模式时出现的 No input file specified

环境 PHPstudy ThinkPHP

找到 Thinkphp 的的 .htaccess,将以下内容

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

修改为

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