apache环境下 tp框架 在输入url后出现 No input file specified 解决方法

解决方案:php

 

在入口文件下修改.htaccess文件it

(入口文件是指index.php所在目录的.htaccess)文件

 

 原:解决方案

RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]修改为RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
相关文章
相关标签/搜索