From 1be13306b59df1a9e63f927daa9b753eb176059b Mon Sep 17 00:00:00 2001 From: latera <916612538@qq.com> Date: Wed, 22 Aug 2018 17:48:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=20url=20rewrite=20=E4=B8=8D?= =?UTF-8?q?=E5=90=AF=E4=BD=9C=E7=94=A8=EF=BC=8C=E5=8F=82=E8=80=83=E6=9C=80?= =?UTF-8?q?=E6=96=B0tp5.0=E6=89=8B=E5=86=8C?= 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]