modified apache服务器出现No input file specified

This commit is contained in:
何秀钢 2019-12-12 19:03:27 +08:00
parent 137ff2dab0
commit 7aefe04382

View File

@ -4,5 +4,5 @@
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>