<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
KPPW部署一直提示No input file specified的Apache伪静态设置
原文:https://www.cnblogs.com/hotshopping88/p/15112767.html