thinkphp 的No input file specified错误

「爱情、让人受尽委屈。」 2022-06-13 06:50 228阅读 0赞

除了默认主页,打开所有的页面打开所有的页面都出现这个:No input file specified.

配置.htaccess


Options +FollowSymlinks -Multiviews
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?s=$1 [QSA,PT,L]

发表评论

表情:
评论列表 (有 0 条评论,228人围观)

还没有评论,来说两句吧...

相关阅读