首页 > 技术文章 > php Apache No input file

whm-blog 2018-06-27 16:04 原文

RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]

变为

RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]

推荐阅读