From b24287686d9530d87892fbae5a127d5fb08c970e Mon Sep 17 00:00:00 2001 From: monanxiao Date: Wed, 15 Mar 2023 17:03:31 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=BA=9F=E5=BC=83=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E9=9C=80=E8=A6=81=E5=90=88=E5=B9=B6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit cd0ebf8e5bda88fd9f27058610bebd051054b3d5. --- public/.htaccess | 11 ++++++----- public/nginx.htaccess | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index c9018b0..cbc7868 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,7 +1,8 @@ - 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] diff --git a/public/nginx.htaccess b/public/nginx.htaccess index 0df5722..71c4b05 100644 --- a/public/nginx.htaccess +++ b/public/nginx.htaccess @@ -2,4 +2,4 @@ location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } -} \ No newline at end of file +}