From 2153c2b24529f17fde24db0cb1359054e6e71843 Mon Sep 17 00:00:00 2001 From: monanxiao Date: Wed, 15 Mar 2023 17:10:31 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Revert=20"=E5=BA=9F=E5=BC=83=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E4=B8=8D=E9=9C=80=E8=A6=81=E5=90=88=E5=B9=B6?= =?UTF-8?q?""?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 489ee32f99820be2313db1227a4efd8de7cc8f57. --- public/.htaccess | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index cbc7868..8932768 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,8 +1,7 @@ - Options +FollowSymlinks -Multiviews - RewriteEngine On - - RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] - + Options +FollowSymlinks -Multiviews + RewriteEngine On + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L] + \ No newline at end of file