From 1d8944cd86b0d0d59f6d8a361fe382a4b3eb7c8b Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Thu, 7 Dec 2023 14:17:53 +0800 Subject: [PATCH] =?UTF-8?q?init=20=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ public/.htaccess | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 1493d4502..c3ba5a6db 100755 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ *.log /.env /public/uploads/* +/public/.htaccess +/public/nginx.htaccess !/public/uploads/index.html /runtime/* !/runtime/index.html diff --git a/public/.htaccess b/public/.htaccess index cbc786893..e69de29bb 100755 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,8 +0,0 @@ - - Options +FollowSymlinks -Multiviews - RewriteEngine On - - RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] -