外观
约 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]
版权归属:参谋带个长
许可证:署名-非商业性-相同方式共享 4.0 国际 (CC-BY-NC-SA-4.0)