Thinkphp教程中提供的APACHE伪静态模式出现No input file specified,
打开.htaccess 在RewriteRule 后面的index.php教程后面添加一个“?”
完整代码如下.htaccess
RewriteEngine on
RewriteCond $1 !^(index.php|images|robots.txt)
RewriteRule ^(.*)$ /index.php?/$1 [QSA,PT,L]
标签:index,No,file,specified,input,php From: https://www.cnblogs.com/com3/p/17639911.html