打开thinkphp,出现No input file specified.
解决方法:在工程下的.htaccess文件里,
把RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L],
改成:RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
打开thinkphp,出现No input file specified.
解决方法:在工程下的.htaccess文件里,
把RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L],
改成:RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]