From 300e5360532c4b9d3c9afbe10266abb2d18c452e Mon Sep 17 00:00:00 2001 From: zhangfayuan <1137494466@qq.com> Date: Wed, 18 Dec 2019 14:34:45 +0800 Subject: [PATCH] =?UTF-8?q?Apache=E7=8E=AF=E5=A2=83=E4=B8=8B=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=20No=20input=20file=20specified.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index cbc7868..d9ee23c 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -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]