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

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

环境PHP study

Think PHP

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

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

修改为

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

发表评论